diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 13:05:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 13:05:50 +0000 |
commit | 713848e116a7ef840cebc4313f87ef3d8a16b6d8 (patch) | |
tree | 895ab21d45390d37af11412af734793c30d0d6b4 /graphics/gpsmanshp | |
parent | fe8ea2131dbf277b76e7c5d674d105dec35963f0 (diff) |
Notes
Diffstat (limited to 'graphics/gpsmanshp')
-rw-r--r-- | graphics/gpsmanshp/files/patch-Makefile | 4 |
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 |