diff options
author | markus <markus@FreeBSD.org> | 2005-05-22 22:46:58 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-05-22 22:46:58 +0800 |
commit | d6da815e6c9640713165d8f23d697794286ae458 (patch) | |
tree | 7ab80d8b8a459428f25285fc82592fcf887f8c09 /editors/kile-kde4/Makefile | |
parent | e91c25ed0b52f4b02b4265821db477ebdd6833eb (diff) | |
download | freebsd-ports-gnome-d6da815e6c9640713165d8f23d697794286ae458.tar.gz freebsd-ports-gnome-d6da815e6c9640713165d8f23d697794286ae458.tar.zst freebsd-ports-gnome-d6da815e6c9640713165d8f23d697794286ae458.zip |
- Update kile to version 1.8
- Remove kile-i18n as it was merged with kile
Diffstat (limited to 'editors/kile-kde4/Makefile')
-rw-r--r-- | editors/kile-kde4/Makefile | 9 |
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> |