svn commit: r335103 - head/security/chntpw

Philippe Audeoud jadawin at FreeBSD.org
Thu Nov 28 15:48:47 UTC 2013


Author: jadawin
Date: Thu Nov 28 15:48:46 2013
New Revision: 335103
URL: http://svnweb.freebsd.org/changeset/ports/335103

Log:
  - Install more binaries with chntpwd
  - Bump portrevision
  
  PR:		ports/184158
  Submitted by:	John Hein <jhein at symmetricom.com>
  Approved by:	maintainer

Modified:
  head/security/chntpw/Makefile

Modified: head/security/chntpw/Makefile
==============================================================================
--- head/security/chntpw/Makefile	Thu Nov 28 15:42:34 2013	(r335102)
+++ head/security/chntpw/Makefile	Thu Nov 28 15:48:46 2013	(r335103)
@@ -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}


More information about the svn-ports-all mailing list