diff options
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 be621ca877e..51651da0389 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 |