diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-22 20:15:28 +0800 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-22 20:15:28 +0800 |
commit | 0bf587a1d16b4667487fd6053014ce2f25151228 (patch) | |
tree | cfba422085daed947d8bd56c86d6ee85fbf72122 /net/spread/Makefile | |
parent | 4290184e6b9169ed39c3cba1dbeb4e4304022e7a (diff) | |
download | freebsd-ports-gnome-0bf587a1d16b4667487fd6053014ce2f25151228.tar.gz freebsd-ports-gnome-0bf587a1d16b4667487fd6053014ce2f25151228.tar.zst freebsd-ports-gnome-0bf587a1d16b4667487fd6053014ce2f25151228.zip |
update of net/spread and net/spread-j to version 3.17.2
PR: 69095
Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer)
Diffstat (limited to 'net/spread/Makefile')
-rw-r--r-- | net/spread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index b3528f4ae269..be453e5bf938 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spread -PORTVERSION= 3.17.1 +PORTVERSION= 3.17.2 CATEGORIES= net perl5 MASTER_SITES= http://www.cnds.jhu.edu/download/noformdown/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= joshua@roughtrade.net COMMENT= The Spread Group Communication System, a network toolkit +WRKSRC= ${WRKDIR}/${PORTNAME}_src-${PORTVERSION} USE_REINPLACE= yes GNU_CONFIGURE= yes |