From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:48:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30CF4A20; Thu, 28 Nov 2013 15:48:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3A215C0; Thu, 28 Nov 2013 15:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFmk5f095372; Thu, 28 Nov 2013 15:48:46 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFmkxk095371; Thu, 28 Nov 2013 15:48:46 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311281548.rASFmkxk095371@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 28 Nov 2013 15:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335103 - head/security/chntpw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:48:47 -0000 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 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}