diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-10-13 01:30:24 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-10-13 01:30:24 +0000 |
commit | c49cd06bc04ce422382488b23f3f0c61fd6abdd9 (patch) | |
tree | 9e428b3f3d906574914bf929b1da65eb13499d68 /irc/konversation/Makefile | |
parent | a0573ebbd655b539182d36db440e9c263bbf8202 (diff) | |
download | ports-c49cd06bc04ce422382488b23f3f0c61fd6abdd9.tar.gz ports-c49cd06bc04ce422382488b23f3f0c61fd6abdd9.zip |
Notes
Diffstat (limited to 'irc/konversation/Makefile')
-rw-r--r-- | irc/konversation/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index cf9659101269..76aeacedf1ac 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -7,6 +7,7 @@ PORTNAME= konversation PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,5 +23,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in .include <bsd.port.mk> |