summaryrefslogtreecommitdiff
path: root/net/prtunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/prtunnel/Makefile')
-rw-r--r--net/prtunnel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile
index 1ca7ee1e4f62..36031fa3e3b0 100644
--- a/net/prtunnel/Makefile
+++ b/net/prtunnel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= prtunnel
-PORTVERSION= 0.1.8
+PORTVERSION= 0.2.0
CATEGORIES= net
MASTER_SITES= http://joshbeam.com/files/
@@ -21,7 +21,8 @@ MAN1= prtunnel.1
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g ; \
- s|CC=gcc|CC?=gcc|g' ${WRKSRC}/Makefile
+ s|CC=gcc|CC?=gcc|g ; \
+ s|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)