mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Install more binaries with chntpwd
- Bump portrevision PR: ports/184158 Submitted by: John Hein <jhein@symmetricom.com> Approved by: maintainer
This commit is contained in:
parent
d0326d4b63
commit
a7c03045af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335103
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user