aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portsearch/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portsearch/files/patch-Makefile b/ports-mgmt/portsearch/files/patch-Makefile
index 6befe47b3426..e2b02be24174 100644
--- a/ports-mgmt/portsearch/files/patch-Makefile
+++ b/ports-mgmt/portsearch/files/patch-Makefile
@@ -7,9 +7,9 @@
- ${INSTALL_PROGRAM} src/portsearch ${PREFIX}/bin/
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} Mk/Makefile ${DATADIR}/
-+ ${INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/
++ ${BSD_INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/
+ ${MKDIR} $(DESTDIR)${DATADIR}
-+ ${INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/
++ ${BSD_INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/
.include "Makefile.var"