diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index ed60ae03add9..b6a7236dcb1f 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,8 +7,7 @@ # PORTNAME= socat -PORTVERSION= 1.4.0.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0.3 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ @@ -32,9 +31,6 @@ MAN1= socat.1 PORTDOCS= EXAMPLES README SECURITY FAQ PLIST_FILES= bin/filan bin/procan bin/socat -post-patch: - @${CP} ${FILESDIR}/xio-socks.c ${WRKSRC}/xio-socks.c - .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} |