diff options
author | archie <archie@FreeBSD.org> | 1998-11-17 03:27:52 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1998-11-17 03:27:52 +0000 |
commit | e40b6f30c0cd8bd0a54ffd7b8f83b9b12aa26310 (patch) | |
tree | d8b1929c80150944bb786b5519d562af7ba977cc /security/skip/Makefile | |
parent | ac03719b94bf57431c4a550c9e76a0c2305516c6 (diff) | |
download | FreeBSD-ports-e40b6f30c0cd8bd0a54ffd7b8f83b9b12aa26310.zip FreeBSD-ports-e40b6f30c0cd8bd0a54ffd7b8f83b9b12aa26310.tar.gz |
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.
Diffstat (limited to 'security/skip/Makefile')
-rw-r--r-- | security/skip/Makefile | 23 |
1 files changed, 7 insertions, 16 deletions
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 <archie@whistle.com> # -# $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: |