diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 50430b8310ca..16216240835e 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,14 +7,14 @@ # PORTNAME= socat -PORTVERSION= 1.2.0.0 +PORTVERSION= 1.3.0.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-1.2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} MAN1= socat.1 |