diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 15:15:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 15:15:42 +0000 |
commit | 8ac94d29062b7a6bba6cd9336a347d61b5347997 (patch) | |
tree | d73d2a4759a416f0c28e3357fb0dffc584660aee | |
parent | 931a039f1daff7864024d454107809576bd4bb1a (diff) | |
download | ports-8ac94d29062b7a6bba6cd9336a347d61b5347997.tar.gz ports-8ac94d29062b7a6bba6cd9336a347d61b5347997.zip |
Notes
-rw-r--r-- | sysutils/downtime/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/downtime/files/patch-Makefile b/sysutils/downtime/files/patch-Makefile index 8feb95ed2dd2..f1f48ea76db0 100644 --- a/sysutils/downtime/files/patch-Makefile +++ b/sysutils/downtime/files/patch-Makefile @@ -12,12 +12,12 @@ - $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(PREFIX)/share/mime/packages - update-mime-database $(PREFIX)/share/mime - update-desktop-database $(PREFIX)/share/applications -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(DESTDIR)$(PREFIX)/bin -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1 -+ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/applications -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(DESTDIR)$(PREFIX)/share/applications -+ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages ++ $(BSD_INSTALL_PROGRAM) downtime $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_MAN) downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1 ++ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/applications ++ $(BSD_INSTALL_DATA) downtime.desktop $(DESTDIR)$(PREFIX)/share/applications ++ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages ++ $(BSD_INSTALL_DATA) downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages clean: -rm $(OBJS) *.core *~ downtime downtime.1.gz downtime-*.tar.gz |