aboutsummaryrefslogtreecommitdiff
path: root/editors/kile-kde4/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-05-22 14:46:58 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-05-22 14:46:58 +0000
commitcda1eabfe9c934267aef783c7e95c2708605d975 (patch)
tree66599a68655c83918a386918f3709db6ac48b765 /editors/kile-kde4/Makefile
parent4d28ce8d0419ad937cd55dd9804a32ff400da873 (diff)
downloadports-cda1eabfe9c934267aef783c7e95c2708605d975.tar.gz
ports-cda1eabfe9c934267aef783c7e95c2708605d975.zip
Notes
Diffstat (limited to 'editors/kile-kde4/Makefile')
-rw-r--r--editors/kile-kde4/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile
index 491d574b7401..d8a27e327fbd 100644
--- a/editors/kile-kde4/Makefile
+++ b/editors/kile-kde4/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kile
-PORTVERSION= 1.7.1
-PORTREVISION= 1
+PORTVERSION= 1.8
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +16,7 @@ COMMENT= A LaTeX source editor for KDE
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
+CONFLICTS= kile-i18n-*
USE_KDELIBS_VER=3
USE_BZIP2= yes
@@ -27,6 +26,8 @@ USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/kile/Makefile.in
+ @${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/src/kile/Makefile.in
+ @${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \
+ ${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kile|g'
.include <bsd.port.mk>