diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:21:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:21:57 +0000 |
commit | 1a06cefa35766c17602530f044831121f21671a8 (patch) | |
tree | 8094e9922bd1f3d98c04c09d9aded42dde7f4475 /security/slush/Makefile | |
parent | b285b7b5d8fb9ace3a3308e556cd89ac729840a7 (diff) | |
download | ports-1a06cefa35766c17602530f044831121f21671a8.tar.gz ports-1a06cefa35766c17602530f044831121f21671a8.zip |
Notes
Diffstat (limited to 'security/slush/Makefile')
-rw-r--r-- | security/slush/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 558a8089668d..855acd080473 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -3,14 +3,13 @@ # Date created: Sun May 3, 1999 # Whom: shipley@dis.org # -# $Id: Makefile,v 1.1.1.1 1999/05/09 17:50:05 steve Exp $ +# $Id: Makefile,v 1.2 1999/05/09 17:53:12 steve Exp $ # -DISTNAME= slush-0_1_0 -PKGNAME= slush-0.1.0 +DISTNAME= slush-0.1.1 CATEGORIES= security net -MASTER_SITES= ftp://www.dis.org/pub/Security/ -EXTRACT_SUFX= _tar.gz +MASTER_SITES= http://violet.ibs.com.au/slush/files/ \ + ftp://www.dis.org/pub/Security/ MAINTAINER= shipley@dis.org @@ -27,7 +26,6 @@ GNU_CONFIGURE= yes BROKEN= does not build .endif -WRKSRC= ${WRKDIR}/slush-0.1.0 .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref" .endif |