diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-11 01:39:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-11 01:39:35 +0800 |
commit | 3ff2133583270ecf02b4b52f9a19c0e702a1081c (patch) | |
tree | 1b9c40d2039181a76f672b95c84a614d6f113c32 /security | |
parent | b790fbae28c43a7b307aa6aeb9fee7cb4b97fafa (diff) | |
download | freebsd-ports-gnome-3ff2133583270ecf02b4b52f9a19c0e702a1081c.tar.gz freebsd-ports-gnome-3ff2133583270ecf02b4b52f9a19c0e702a1081c.tar.zst freebsd-ports-gnome-3ff2133583270ecf02b4b52f9a19c0e702a1081c.zip |
Style problem.
Noticed by: Satoshi
Diffstat (limited to 'security')
-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 |