aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:13:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:13:25 +0000
commitfbcf2dd2cea678005ba6e37085f854aede394570 (patch)
tree105aae112f82ee5381aee5da8321601ba3c0d28e /ports-mgmt
parentee26bb300a1cebd4ca7624ff6230a49a2f00759b (diff)
downloadports-fbcf2dd2cea678005ba6e37085f854aede394570.tar.gz
ports-fbcf2dd2cea678005ba6e37085f854aede394570.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367428
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"