diff options
-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} |