svn commit: r368229 - head/sysutils/geomWatch/files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 14 21:14:44 UTC 2014


Author: antoine
Date: Sun Sep 14 21:14:43 2014
New Revision: 368229
URL: http://svnweb.freebsd.org/changeset/ports/368229
QAT: https://qat.redports.org/buildarchive/r368229/

Log:
  Allow staging as a regular user

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

Modified: head/sysutils/geomWatch/files/patch-Makefile
==============================================================================
--- head/sysutils/geomWatch/files/patch-Makefile	Sun Sep 14 20:58:04 2014	(r368228)
+++ head/sysutils/geomWatch/files/patch-Makefile	Sun Sep 14 21:14:43 2014	(r368229)
@@ -6,8 +6,8 @@
  install:
 -	install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
 -	install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
-+	install -s -o root -g wheel -m 755 geomWatch $(DESTDIR)${PREFIX}/sbin
-+	install -o root -g wheel -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
++	$(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin
++	$(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
  
  clean:
  	rm -f geomWatch


More information about the svn-ports-head mailing list