diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 22:47:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 22:47:00 +0000 |
commit | 301d070424b5c7ba4f113ca202dadbd4f04aca1d (patch) | |
tree | 94155f71efc62f7720722a4e4e21e9ea296c34ed /net/prtunnel | |
parent | 00d2e004648a3fc22035fec63f4f0f1b8e4b2884 (diff) | |
download | ports-301d070424b5c7ba4f113ca202dadbd4f04aca1d.tar.gz ports-301d070424b5c7ba4f113ca202dadbd4f04aca1d.zip |
Notes
Diffstat (limited to 'net/prtunnel')
-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 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) diff --git a/net/prtunnel/distinfo b/net/prtunnel/distinfo index 8d280dc39c31..30b72c7c710e 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 |