svn commit: r367359 - head/sysutils/cdeploy/files

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 16:51:25 UTC 2014


Author: antoine
Date: Fri Sep  5 16:51:24 2014
New Revision: 367359
URL: http://svnweb.freebsd.org/changeset/ports/367359
QAT: https://qat.redports.org/buildarchive/r367359/

Log:
  Allow staging as a regular user

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

Modified: head/sysutils/cdeploy/files/patch-Makefile
==============================================================================
--- head/sysutils/cdeploy/files/patch-Makefile	Fri Sep  5 16:49:41 2014	(r367358)
+++ head/sysutils/cdeploy/files/patch-Makefile	Fri Sep  5 16:51:24 2014	(r367359)
@@ -7,8 +7,8 @@
 -	install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy
 -	install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
 -	gzip -f9 /usr/local/man/man1/cdeploy.1
-+	install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
-+	install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
++	$(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
++	$(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
  
  deinstall:
  	rm -f /usr/local/sbin/cdeploy


More information about the svn-ports-head mailing list