svn commit: r367423 - head/graphics/gpsmanshp/files

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:05:50 UTC 2014


Author: antoine
Date: Sat Sep  6 13:05:50 2014
New Revision: 367423
URL: http://svnweb.freebsd.org/changeset/ports/367423
QAT: https://qat.redports.org/buildarchive/r367423/

Log:
  Allow staging as a regular user

Modified:
  head/graphics/gpsmanshp/files/patch-Makefile

Modified: head/graphics/gpsmanshp/files/patch-Makefile
==============================================================================
--- head/graphics/gpsmanshp/files/patch-Makefile	Sat Sep  6 13:04:30 2014	(r367422)
+++ head/graphics/gpsmanshp/files/patch-Makefile	Sat Sep  6 13:05:50 2014	(r367423)
@@ -31,8 +31,8 @@
 -	-mkdir $(INSTALLDIR)
 -	cp gpsmanshp.so pkgIndex.tcl $(INSTALLDIR)
 +	-mkdir -p $(INSTALLDIR)
-+	install -c -s -m 555 -o root -g wheel gpsmanshp.so $(INSTALLDIR)/
-+	install -c -m 555 -o root -g wheel pkgIndex.tcl $(INSTALLDIR)/
++	$(BSD_INSTALL_LIB) gpsmanshp.so $(INSTALLDIR)/
++	$(BSD_INSTALL_SCRIPT) pkgIndex.tcl $(INSTALLDIR)/
  
  clean:
  	rm -f gpsmanshp.o gpsmanshp.so pkgIndex.tcl G*.aux G*.log


More information about the svn-ports-head mailing list