summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-10 15:15:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-10 15:15:42 +0000
commit8ac94d29062b7a6bba6cd9336a347d61b5347997 (patch)
treed73d2a4759a416f0c28e3357fb0dffc584660aee
parentAllow staging as a regular user (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367860
-rw-r--r--sysutils/downtime/files/patch-Makefile12
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