diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 01:38:30 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 01:38:30 +0000 |
commit | 2bfc8e8ce292af82f2dfa4cf27f63cd56c78be84 (patch) | |
tree | 00cbaaed0ef300afe7b98da354807bc84e3645dc /x11/kdebase4-runtime/Makefile | |
parent | - Update comments for OpenVPN 2.0.8 (diff) |
Fix KControl. Paving the road to a peaceful coexistence with GNOME in
${LOCALBASE} takes more patching than expected.
PR: ports/103242
Submitted by: Kyryll A Mirnenko <mirya@matrix.ua>
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 4709ac92c1f4..2dc9cbdf9f48 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -70,6 +71,8 @@ post-extract: pre-configure: ${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ ${WRKSRC}/kdeprint/descriptions/Makefile.in + ${REINPLACE_CMD} -e "s,applications-merged,kde-applications-merged,g" \ + ${WRKSRC}/applnk/Makefile.in post-configure: ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ |