aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-28 15:48:46 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-28 15:48:46 +0000
commita7c03045af774672d37c68fe76fecf3f32e3728b (patch)
tree5e61bbefa61e4d22f00b727ca5cf7976ec93c519 /security
parentd0326d4b6321370fd71f5b2d5831c1b6ca19cd87 (diff)
downloadports-a7c03045af774672d37c68fe76fecf3f32e3728b.tar.gz
ports-a7c03045af774672d37c68fe76fecf3f32e3728b.zip
- Install more binaries with chntpwd
- Bump portrevision PR: ports/184158 Submitted by: John Hein <jhein@symmetricom.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=335103
Diffstat (limited to 'security')
-rw-r--r--security/chntpw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile
index 05f0d311b05e..ac00e05d4c4a 100644
--- a/security/chntpw/Makefile
+++ b/security/chntpw/Makefile
@@ -3,6 +3,7 @@
PORTNAME= chntpw
PORTVERSION= 110511
+PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= http://pogostick.net/~pnh/ntpasswd/
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
@@ -20,7 +21,8 @@ USES= gmake
ONLY_FOR_ARCHS= i386 amd64
-PLIST_FILES= bin/chntpw
+BIN_FILES= chntpw cpnt reged
+PLIST_FILES= ${BIN_FILES:C|^|bin/|}
PORTDOCS= README.txt WinReg.txt regedit.txt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -34,7 +36,7 @@ post-patch:
.endif
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${BIN_FILES:C|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin
post-install:
.if ${PORT_OPTIONS:MDOCS}