summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-04-12 22:03:05 +0000
committertv <tv@pkgsrc.org>1998-04-12 22:03:05 +0000
commit537f97bea95d80d3b3d5daa06cdaba1088f6b7a7 (patch)
treee1f9edc4c1ad259f1fbf9559a5bfea8a59f4d4cd /security/rsaref
parent4eb432ce81bdac57817bc635e890ecdc977b4b9f (diff)
downloadpkgsrc-537f97bea95d80d3b3d5daa06cdaba1088f6b7a7.tar.gz
Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES
Diffstat (limited to 'security/rsaref')
-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."; \