summaryrefslogtreecommitdiff
path: root/security/pgp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-24 19:12:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-24 19:12:06 +0000
commita1c8b374bf4175162e7824b9930d2132957a609e (patch)
tree7520e93fe898b89fcadf78ebc0132e768a5e89b1 /security/pgp
parentDon't set CFLAGS here (diff)
Overwrite fetch-depends target instead of old exec_depends
Notes
Notes: svn path=/head/; revision=2194
Diffstat (limited to 'security/pgp')
-rw-r--r--security/pgp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 95cebff6bc90..8a24648125a4 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -4,7 +4,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.5 1995/09/15 21:10:06 ache Exp $
+# $Id: Makefile,v 1.6 1995/09/23 17:26:19 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
-exec_depends:
+fetch-depends:
@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