svn commit: r367860 - head/sysutils/downtime/files

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 15:15:42 UTC 2014


Author: antoine
Date: Wed Sep 10 15:15:42 2014
New Revision: 367860
URL: http://svnweb.freebsd.org/changeset/ports/367860
QAT: https://qat.redports.org/buildarchive/r367860/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/downtime/files/patch-Makefile

Modified: head/sysutils/downtime/files/patch-Makefile
==============================================================================
--- head/sysutils/downtime/files/patch-Makefile	Wed Sep 10 15:05:14 2014	(r367859)
+++ head/sysutils/downtime/files/patch-Makefile	Wed Sep 10 15:15:42 2014	(r367860)
@@ -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


More information about the svn-ports-head mailing list