about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWaitman Gobble <uzimac@da3m0n8t3r.com>2014-03-24 22:14:00 -0700
committerWaitman Gobble <uzimac@da3m0n8t3r.com>2014-03-24 22:14:00 -0700
commit3590a42a9ad7db1e670964cbf626ec51d7d84b13 (patch)
treed014a7bbed15e1e0ba565c4cda3507470f3db667
parenta22f3fc998ad3969f9f879c0bb272dff0e51479e (diff)
downloadxombrero-3590a42a9ad7db1e670964cbf626ec51d7d84b13.tar.gz
update FreeBSD Makefile solve issue if share dir dne
-rw-r--r--freebsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 8b3ee8c..e67adb1 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -66,6 +66,7 @@ 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)$(MANDIR)/man1
+	install -m 755 -d $(DESTDIR)$(PREFIX)/share/applications
 	install -m 755 xombrero $(DESTDIR)$(BINDIR)
 	install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1
 	install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR)