Date: Thu, 28 Nov 2013 15:48:46 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335103 - head/security/chntpw Message-ID: <201311281548.rASFmkxk095371@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311281548.rASFmkxk095371>