summaryrefslogtreecommitdiff
path: root/net/prtunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/prtunnel/Makefile')
-rw-r--r--net/prtunnel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile
index de24b93d7962..fd770b7be7ea 100644
--- a/net/prtunnel/Makefile
+++ b/net/prtunnel/Makefile
@@ -19,9 +19,11 @@ ALL_TARGET= ${PORTNAME}
MAN1= prtunnel.1
+PORTDOCS= README
+PLIST_FILES= bin/prtunnel
+
post-patch:
- @${REINPLACE_CMD} -e \
- 's|%%PREFIX%%|${PREFIX}|g ; \
+ @${REINPLACE_CMD} -e 's|^PREFIX=|#PREFIX=|g ; \
s|CC=gcc|CC?=gcc|g ; \
s|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile