Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 13:05:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367423 - head/graphics/gpsmanshp/files
Message-ID:  <201409061305.s86D5o2L089035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061305.s86D5o2L089035>