From 4f9693c3814ee78b69f7a3421affd3adddc9c992 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Fri, 13 Aug 2010 14:50:21 +0000 Subject: - Updated to 100627 PR: ports/149312 Submitted by: Alexander Approved by: Buganini (maintainer) --- security/chntpw/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/chntpw/Makefile') diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile index 78c464da4749..e8131c988e66 100644 --- a/security/chntpw/Makefile +++ b/security/chntpw/Makefile @@ -6,9 +6,9 @@ # PORTNAME= chntpw -PORTVERSION= 080526 +PORTVERSION= 100627 CATEGORIES= security sysutils -MASTER_SITES= http://home.eunet.no/pnordahl/ntpasswd/ +MASTER_SITES= http://pogostick.net/~pnh/ntpasswd/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= buganini@gmail.com @@ -30,10 +30,10 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include -- cgit v1.2.3