diff options
author | sada <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
commit | ba864b48c6a8b4dad6dcbbe8afe208705cf300de (patch) | |
tree | dc097614c46d96a44be00053f992460fb7bed134 /net/spread | |
parent | 8e18535df3c0d0cc51be93b3dc45b679010c8d81 (diff) | |
download | FreeBSD-ports-ba864b48c6a8b4dad6dcbbe8afe208705cf300de.zip FreeBSD-ports-ba864b48c6a8b4dad6dcbbe8afe208705cf300de.tar.gz |
Remove some restrictions of source distribution.
Approved by: maintainer
Pointed out by: mi
Diffstat (limited to 'net/spread')
-rw-r--r-- | net/spread/Makefile | 9 | ||||
-rw-r--r-- | net/spread/pkg-descr | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index a061726..1ad346e 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -8,7 +8,8 @@ PORTNAME= spread PORTVERSION= 3.15.2 CATEGORIES= net perl5 java -MASTER_SITES= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= anders@fix.no @@ -26,9 +27,7 @@ MAN3= SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \ SP_scat_multicast.3 SP_scat_receive.3 USE_PERL5= yes -NO_CDROM= "See the license: http://www.spread.org/license/" NO_PACKAGE= "User and group needs to be created" -RESTRICTED= "See the license: http://www.spread.org/license/" INSTALLS_SHLIB= yes JAVASUBDIR= jdk1.1.8 @@ -51,10 +50,6 @@ MAKE_ARGS+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='You must fetch the source manually from http://www.cnds.jhu.edu/download/download_spread.cgi and copy the file to ${DISTDIR}. Then run make again.' -.endif - post-build: (cd ${WRKSRC}/perl/Spread-3.15.2-1.03; ${PERL} Makefile.PL; ${MAKE}) .if defined(WITH_JAVA_LIB) diff --git a/net/spread/pkg-descr b/net/spread/pkg-descr index 5725b77..eac0080 100644 --- a/net/spread/pkg-descr +++ b/net/spread/pkg-descr @@ -1,3 +1,7 @@ +Copyright (c) 1993-2001 Spread Concepts LLC. All rights reserved. +This product uses software developed by Spread Concepts LLC for use in the +Spread toolkit. For more information about Spread see http://www.spread.org . + Spread is a toolkit and daemon that provide multicast and group communications support to applications across local and wide area networks. Spread is designed to make it easy to write groupware, networked multimedia, reliable server, and |