about summary refs log tree commit diff stats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authorJohn C. Vernaleo <jcv@conformal.com>2013-07-01 09:12:12 -0400
committerJohn C. Vernaleo <jcv@conformal.com>2013-07-01 09:12:12 -0400
commit060142ccecca6bf974153dc72961145bc924309d (patch)
tree387603f8409d3c54835af863bda23581f4b649bc /freebsd/Makefile
parentc76946d397d778910cf848adeac0ef937115f8dc (diff)
downloadxombrero-060142ccecca6bf974153dc72961145bc924309d.tar.gz
Remove the rest of the unused lib dirs from Makefiles.
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r--freebsd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 359dedd..14d4414 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -14,7 +14,6 @@ LDFLAGS+= $(GTK_LDFLAGS)
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
-LIBDIR?= $(PREFIX)/lib
 MANDIR?= $(PREFIX)/man
 RESDIR?= $(PREFIX)/share/xombrero
 
@@ -66,7 +65,6 @@ xombrero: xombrero.o freebsd.o marco.o about.o inspector.o whitelist.o settings.
 
 install: all
 	install -m 755 -d $(DESTDIR)$(BINDIR)
-	install -m 755 -d $(DESTDIR)$(LIBDIR)
 	install -m 755 -d $(DESTDIR)$(MANDIR)/man1
 	install -m 755 xombrero $(DESTDIR)$(BINDIR)
 	install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1