aboutsummaryrefslogtreecommitdiff
path: root/net/portfwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/portfwd/Makefile')
-rw-r--r--net/portfwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile
index 8392a8155136..3d182bc23292 100644
--- a/net/portfwd/Makefile
+++ b/net/portfwd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portfwd
-PORTVERSION= 0.28
+PORTVERSION= 0.29
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,11 +21,11 @@ MAN5= portfwd.cfg.5
MAN8= portfwd.8
post-patch:
- @${ECHO_CMD} -n > ${WRKSRC}/config/missing
@${REINPLACE_CMD} -e "s|-Wall -ggdb -O3|${CFLAGS}|g" \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e "s|-Wall -g -O3|${CFLAGS}|g" \
${WRKSRC}/tools/Makefile.in
+ @${TOUCH} ${WRKSRC}/* ${WRKSRC}/*/*
.if defined(NOPORTDOCS)
post-configure: