diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-11-28 15:48:46 +0000 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-11-28 15:48:46 +0000 |
commit | 5689ae61cde41775d04cedc156974c14b3dd52b0 (patch) | |
tree | 5e61bbefa61e4d22f00b727ca5cf7976ec93c519 | |
parent | 6728669945b8018a8464946ae8aa7955d4678697 (diff) | |
download | FreeBSD-ports-5689ae61cde41775d04cedc156974c14b3dd52b0.zip FreeBSD-ports-5689ae61cde41775d04cedc156974c14b3dd52b0.tar.gz |
- Install more binaries with chntpwd
- Bump portrevision
PR: ports/184158
Submitted by: John Hein <jhein@symmetricom.com>
Approved by: maintainer
-rw-r--r-- | security/chntpw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile index 05f0d31..ac00e05 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} |