From e40b6f30c0cd8bd0a54ffd7b8f83b9b12aa26310 Mon Sep 17 00:00:00 2001 From: archie Date: Tue, 17 Nov 1998 03:27:52 +0000 Subject: The original SKIP source is export controlled and only obtainable via a web page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead. --- security/skip/Makefile | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'security/skip') diff --git a/security/skip/Makefile b/security/skip/Makefile index 2efa4d7..72feab8 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -3,11 +3,17 @@ # Date created: 26 November 1997 # Whom: Archie L. Cobbs # -# $Id: Makefile,v 1.2 1998/08/07 23:56:47 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/21 22:15:58 steve Exp $ DISTNAME= skip-1.0 CATEGORIES= security +# Note: the original source comes from Sun, via this web page: +# http://skip.incog.com/src-form.html +# The site below is outside of the U.S. + +MASTER_SITES= ftp://ftp.replay.com/pub/replay/crypto/APPS/skip/ + DISTFILES= skipsrc-1.0.tar.Z EXTRACT_SUFX= tar.Z @@ -38,21 +44,6 @@ MAN1= certreq.1 skiphost.1 skipstat.1 skiptool.1 skipd.1 \ print_cert.1 MAN4= skipd.conf.4 raw_keys.4 -# The user must 'fetch' the sources manually -pre-fetch: - @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ - echo ""; \ - echo "***"; \ - echo "*** NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE"; \ - echo "***"; \ - echo "*** You must get the source yourself from this web page:"; \ - echo "*** http://skip.incog.com/src-form.html"; \ - echo "*** and put it into ${DISTDIR} with the name ${DISTFILES}."; \ - echo "***"; \ - echo ""; \ - false; \ - fi - # SKIP has a lot of hard coded paths in it. Our patches replace # them with @@PREFIX@@, which we then replace with ${PREFIX}. post-patch: -- cgit v1.1