summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv>1998-04-12 22:03:05 +0000
committertv <tv>1998-04-12 22:03:05 +0000
commitdd4f1bd2660c8f6d1bc558bfe7463adf44bb775b (patch)
treee1f9edc4c1ad259f1fbf9559a5bfea8a59f4d4cd /security
parente8273df2d99a758d69a7f3da3cd4e3efbebf7fbf (diff)
downloadpkgsrc-dd4f1bd2660c8f6d1bc558bfe7463adf44bb775b.tar.gz
Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES
Diffstat (limited to 'security')
-rw-r--r--security/rsaref/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 1c85756bab4..88959a0b01e 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Feb 1998
# Whom: tv@netbsd.org
#
-# $NetBSD: Makefile,v 1.4 1998/03/23 22:20:47 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1998/04/12 22:03:05 tv Exp $
#
DISTNAME= rsaref20
@@ -20,6 +20,10 @@ RESTRICTED= "Cryptographic source usable only within the USA"
MIRROR_DISTFILE= no
IS_INTERACTIVE= yes
+# XXX time-dependent directory; can't give a sensible response
+fetch-list:
+ @${DO_NADA}
+
do-fetch:
@if [ "X${USA_RESIDENT}" != XYES ]; then \
${ECHO} "This package is legal for use only within the United States."; \