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-kde4/Makefile | |
parent | - utilize DOCSDIR (diff) |
- don't install xx-locale
- let WWW point to the new projectsite
- bump PORTREVISION
Diffstat (limited to 'irc/konversation-kde4/Makefile')
-rw-r--r-- | irc/konversation-kde4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index cf9659101269..76aeacedf1ac 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/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> |