aboutsummaryrefslogtreecommitdiff
path: root/net/kmerlin
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-09-02 19:23:01 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-09-02 19:23:01 +0000
commitdbddd94238c21277089f2e338c1f3f188b52a972 (patch)
tree6592b0dd77ca7a75e0717f6ed2b327057d640168 /net/kmerlin
parent316c6b402dca697be401908cbd66b73a4862f859 (diff)
downloadports-dbddd94238c21277089f2e338c1f3f188b52a972.tar.gz
ports-dbddd94238c21277089f2e338c1f3f188b52a972.zip
Notes
Diffstat (limited to 'net/kmerlin')
-rw-r--r--net/kmerlin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kmerlin/Makefile b/net/kmerlin/Makefile
index ff6233c1bcf1..343e953bae21 100644
--- a/net/kmerlin/Makefile
+++ b/net/kmerlin/Makefile
@@ -32,5 +32,6 @@ post-patch:
@${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|;;|;|g;' ${WRKSRC}/src/kmerlindock.h
.include <bsd.port.mk>