aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpsmanshp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:05:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:05:50 +0000
commit713848e116a7ef840cebc4313f87ef3d8a16b6d8 (patch)
tree895ab21d45390d37af11412af734793c30d0d6b4 /graphics/gpsmanshp
parentfe8ea2131dbf277b76e7c5d674d105dec35963f0 (diff)
downloadports-713848e116a7ef840cebc4313f87ef3d8a16b6d8.tar.gz
ports-713848e116a7ef840cebc4313f87ef3d8a16b6d8.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367423
Diffstat (limited to 'graphics/gpsmanshp')
-rw-r--r--graphics/gpsmanshp/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gpsmanshp/files/patch-Makefile b/graphics/gpsmanshp/files/patch-Makefile
index bbd92634ba82..6c3884a79bb2 100644
--- a/graphics/gpsmanshp/files/patch-Makefile
+++ b/graphics/gpsmanshp/files/patch-Makefile
@@ -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