summaryrefslogtreecommitdiff
path: root/security/pgp6/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-28 14:57:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-28 14:57:24 +0000
commitec8beab634c807050238f60c176121a447fe3e80 (patch)
tree013b81a34419d78e8b3458fe6cf16b13b57e643c /security/pgp6/Makefile
parentRemove g3view, add viewfax (diff)
Upgrade to new international dev snapshot.
Use pre-fetch target instead of non-documented one.
Notes
Notes: svn path=/head/; revision=2204
Diffstat (limited to 'security/pgp6/Makefile')
-rw-r--r--security/pgp6/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile
index e2e007f2106b..11001a827d03 100644
--- a/security/pgp6/Makefile
+++ b/security/pgp6/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