about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn C. Vernaleo <jcv@conformal.com>2014-03-25 09:05:48 -0400
committerJohn C. Vernaleo <jcv@conformal.com>2014-03-25 09:06:01 -0400
commitb10321a1983376a2d6a8ddba98daeac9d890f943 (patch)
tree42a99b5f12cf3d6cc461a98a1e10bccd25a8d550
parent3590a42a9ad7db1e670964cbf626ec51d7d84b13 (diff)
downloadxombrero-b10321a1983376a2d6a8ddba98daeac9d890f943.tar.gz
Match recent FreeBSD Makefile fix in dragonfly Makefile.
-rw-r--r--dragonfly/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile
index dc1aafd..8cf82b1 100644
--- a/dragonfly/Makefile
+++ b/dragonfly/Makefile
@@ -67,6 +67,7 @@ install: all
 	install -m 755 -d $(DESTDIR)$(BINDIR)
 	install -m 755 -d $(DESTDIR)$(MANDIR)/man1
 	install -m 755 -d $(DESTDIR)$(RESDIR)
+	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)