diff options
-rw-r--r-- | net/prtunnel/Makefile | 5 | ||||
-rw-r--r-- | net/prtunnel/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile index 1ca7ee1..36031fa 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) diff --git a/net/prtunnel/distinfo b/net/prtunnel/distinfo index 8d280dc..30b72c7 100644 --- a/net/prtunnel/distinfo +++ b/net/prtunnel/distinfo @@ -1 +1 @@ -MD5 (prtunnel-0.1.8.tar.gz) = 5289f741b8751ad0cd518d7c02f86038 +MD5 (prtunnel-0.2.0.tar.gz) = 0992026ce6e5f97340d1b953fa29e3a6 |