summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-24 02:35:56 +0000
committerfredb <fredb@pkgsrc.org>2001-03-24 02:35:56 +0000
commitb2f7b378900f514e1440cfb7bb1b15137cbc6ab4 (patch)
treebf0c67a2f7b3a3cd7b5498ef2009b4a26e496341 /security/rsaref
parentc653cef4c573ef177fd5f4cc9379a77a07874573 (diff)
downloadpkgsrc-b2f7b378900f514e1440cfb7bb1b15137cbc6ab4.tar.gz
This package is not interactive.
Remove obsolete warning about setting USA_RESIDENT.
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index de481e5d4dc..f3dd3472cc9 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/02/25 04:18:13 hubertf Exp $
+# $NetBSD: Makefile,v 1.23 2001/03/24 02:35:56 fredb Exp $
#
DISTNAME= rsaref
@@ -12,21 +12,12 @@ MAINTAINER= tv@netbsd.org
COMMENT= Encryption/authentication library, RSA/MDX/DES
CRYPTO= yes
-IS_INTERACTIVE= yes # requires options to be set in order to use
LICENSE= no-commercial-use
USE_LIBTOOL= yes
MAKEFILE= unix/makefile
ALL_TARGET= librsaref.la
-fetch-depends:
- @if [ "X${USA_RESIDENT}" != XYES ]; then \
- ${ECHO} "This package is legal for use only within the United States."; \
- ${ECHO} "You must set the variable USA_RESIDENT to YES to enable"; \
- ${ECHO} "use of the rsaref package."; \
- ${FALSE}; \
- fi
-
do-configure:
@${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref