summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-04-22 10:07:24 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-04-22 10:07:24 +0000
commitac9e28d457ed703c8c5a0ea155e9449438f18b9a (patch)
tree957259a906fc9c8e2677421c4a9d6ad055bb5b52 /x11/kdebase4-runtime/Makefile
parentAdd devel/p5-Class-Closure 0.21, a module that implements encapsulated, (diff)
Prevent kdebase3 from deleting the Gamma Correction KDE Control Center
module (from kdegraphics3) on installation.
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r--x11/kdebase4-runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index c8acd2d6337b..7019894baa04 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -104,7 +104,8 @@ pre-configure:
${REINPLACE_CMD} \
-e 's|-s|-u|g' \
${WRKSRC}/kioslave/media/services/media_safelyremove.desktop
-
+ ${REINPLACE_CMD} \
+ -e 's|kgamma.desktop||g' ${WRKSRC}/applnk/old_desktop_files
post-configure:
${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \