aboutsummaryrefslogtreecommitdiff
path: root/security/chntpw/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-08-13 14:50:21 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-08-13 14:50:21 +0000
commit4f9693c3814ee78b69f7a3421affd3adddc9c992 (patch)
tree7dc7d4756baf5078fb5436c74253d44b51ea2188 /security/chntpw/Makefile
parentbbf61b662c8049a44e79d7d7ef36e9f8ecd2f133 (diff)
downloadports-4f9693c3814ee78b69f7a3421affd3adddc9c992.tar.gz
ports-4f9693c3814ee78b69f7a3421affd3adddc9c992.zip
Notes
Diffstat (limited to 'security/chntpw/Makefile')
-rw-r--r--security/chntpw/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk>