aboutsummaryrefslogtreecommitdiff
path: root/security
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
parente62d98afee1a49dc2b1424c047343a3b88e7179e (diff)
downloadports-4bbecee287fcf9628056a2dcf326860edbc8ad99.tar.gz
ports-4bbecee287fcf9628056a2dcf326860edbc8ad99.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/regripper/Makefile2
-rw-r--r--security/regripper/pkg-descr2
-rw-r--r--security/regripperplugins/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/security/regripper/Makefile b/security/regripper/Makefile
index e38db92d2f08..398e57ec35c4 100644
--- a/security/regripper/Makefile
+++ b/security/regripper/Makefile
@@ -13,7 +13,7 @@ COMMENT= Tool for registry analysis in forensics examinations
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/license.txt
-RUN_DEPEND= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
+RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
USE_ZIP= yes
NO_WRKSUBDIR= yes
diff --git a/security/regripper/pkg-descr b/security/regripper/pkg-descr
index 5247b9ed20cf..9a96cd27b46e 100644
--- a/security/regripper/pkg-descr
+++ b/security/regripper/pkg-descr
@@ -1,5 +1,5 @@
RegRipper is an open source tool, written in Perl, for extracting/parsing
information (keys, values, data) from the Registry and presenting it for
-analysis.
+analysis.
WWW: http://code.google.com/p/regripper/
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>