diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-11-17 03:27:52 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-11-17 03:27:52 +0000 |
commit | a201dee08bc3d4a276d96605d52f3f3216846285 (patch) | |
tree | a7f2fd0db16894c19c839eebbca4b568b45ea93e /security | |
parent | e90831f9b9247a6d5b2c32014f00d63d8d719534 (diff) | |
download | ports-a201dee08bc3d4a276d96605d52f3f3216846285.tar.gz ports-a201dee08bc3d4a276d96605d52f3f3216846285.zip |
Notes
Diffstat (limited to 'security')
-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 2efa4d71fae7..72feab8e24cd 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: |