diff options
Diffstat (limited to 'net/spread4/Makefile')
-rw-r--r-- | net/spread4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spread4/Makefile b/net/spread4/Makefile index b3528f4ae269..be453e5bf938 100644 --- a/net/spread4/Makefile +++ b/net/spread4/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 |