diff options
Diffstat (limited to 'graphics/gpsmanshp/files/patch-Makefile')
-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 |