aboutsummaryrefslogtreecommitdiff
path: root/security/regripperplugins
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 12:24:40 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 12:24:40 +0000
commit4bbecee287fcf9628056a2dcf326860edbc8ad99 (patch)
tree98f15686d614a3124498dbc5bb0598332bbbb2f9 /security/regripperplugins
parente62d98afee1a49dc2b1424c047343a3b88e7179e (diff)
downloadports-4bbecee287fcf9628056a2dcf326860edbc8ad99.tar.gz
ports-4bbecee287fcf9628056a2dcf326860edbc8ad99.zip
Notes
Diffstat (limited to 'security/regripperplugins')
-rw-r--r--security/regripperplugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/regripperplugins/Makefile b/security/regripperplugins/Makefile
index b6029911f859..b7ed71206729 100644
--- a/security/regripperplugins/Makefile
+++ b/security/regripperplugins/Makefile
@@ -12,7 +12,7 @@ COMMENT= Supplemental plugins for Harlan Carvey's RegRipper
LICENSE= GPLv3
-RUN_DEPEND= regripper>=0:${PORTSDIR}/security/regripper
+RUN_DEPENDS= regripper>=0:${PORTSDIR}/security/regripper
USE_ZIP= yes
NO_WRKSUBDIR= yes
@@ -21,6 +21,6 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/* ${DATADIR}
.include <bsd.port.mk>