From a7c03045af774672d37c68fe76fecf3f32e3728b Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Thu, 28 Nov 2013 15:48:46 +0000 Subject: - Install more binaries with chntpwd - Bump portrevision PR: ports/184158 Submitted by: John Hein Approved by: maintainer --- security/chntpw/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'security') 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} -- cgit v1.2.3