diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-28 14:57:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-28 14:57:24 +0000 |
commit | ec8beab634c807050238f60c176121a447fe3e80 (patch) | |
tree | 013b81a34419d78e8b3458fe6cf16b13b57e643c /security/pgp | |
parent | 60904411deb269db651bae49190b24f8a40126bf (diff) | |
download | ports-ec8beab634c807050238f60c176121a447fe3e80.tar.gz ports-ec8beab634c807050238f60c176121a447fe3e80.zip |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index e2e007f2106b..11001a827d03 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/09/23 17:26:19 ache Exp $ +# $Id: Makefile,v 1.8 1995/09/25 19:21:31 ache Exp $ # CATEGORIES+= security @@ -36,7 +36,7 @@ do-install: -${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file .if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -fetch-depends: +pre-fetch: @echo @echo You must set variable USA_RESIDENT to YES, if you are USA resident @echo or to NO, if you aren\'t USA resident to build this package @@ -69,6 +69,7 @@ EXTRACT_SUFX= .zip EXTRACT_CMD= unzip EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa +PATCHDIR= ${.CURDIR}/patches.non_usa .endif .endif |