diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-10 17:39:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-10 17:39:35 +0000 |
commit | 206e6779f8121ad50c275807913ddde785e1127e (patch) | |
tree | 3fd0932da48ec589c88d7f98e461b5aa5e75881a /security/john | |
parent | a37103d0fcc04e08173db21698db295923a29a28 (diff) | |
download | ports-206e6779f8121ad50c275807913ddde785e1127e.tar.gz ports-206e6779f8121ad50c275807913ddde785e1127e.zip |
Notes
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index be621ca877e8..51651da0389b 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1997/03/09 21:34:25 obrien Exp $ +# $Id: Makefile,v 1.2 1997/03/09 21:41:56 obrien Exp $ # DISTNAME= ucfjohn3 @@ -15,10 +15,10 @@ EXTRACT_SUFX= .zip MAINTAINER= obrien@NUXI.com -RESTRICTED= "contains crypto (crypt())" - BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +RESTRICTED= "contains crypto (crypt())" + EXTRACT_CMD= unzip EXTRACT_ARGS= -oqL NO_WRKSUBDIR= yes |