diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
commit | 78cc860b847e19628073c91f07936d3c4472d1f9 (patch) | |
tree | 3d2d7155276a411d74a5a0e4d448b403f33274d7 /net/spread | |
parent | 5749c5279aa7973c185b22faf5f930270d0e6d81 (diff) | |
download | ports-78cc860b847e19628073c91f07936d3c4472d1f9.tar.gz ports-78cc860b847e19628073c91f07936d3c4472d1f9.zip |
Remove some restrictions of source distribution.
Approved by: maintainer
Pointed out by: mi
Notes
Notes:
svn path=/head/; revision=49573
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 a06172692f7d..1ad346ebd0c2 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 5725b77ac40d..eac0080659cd 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 |