diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 19:06:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 19:06:31 +0000 |
commit | 286b9d2abf07d40041baa2505fd75322563256cc (patch) | |
tree | 008ae84cba54226be71134ef94f34b88b00ca337 /security/john | |
parent | 5d1455f21f0c64f37c3188f5bce98dcbd7f1ed18 (diff) | |
download | pkgsrc-286b9d2abf07d40041baa2505fd75322563256cc.tar.gz |
oops, back out a line that shouldn't have been committed.
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 5fe1b6e36c9..c859d207eff 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/06/26 19:06:04 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/26 19:06:31 grant Exp $ # DISTNAME= john-1.6 @@ -13,8 +13,6 @@ COMMENT= Unix Password Cracker WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= generic -USE_BUILDLINK3= yes - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../run/john ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/john/ |