aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-04-22 18:07:24 +0800
committerlofi <lofi@FreeBSD.org>2007-04-22 18:07:24 +0800
commit79de4556b45578a9989e79fbaa9ea3fdee4b04a1 (patch)
treea0300934aed4bdbba29fc6cf1b142267a7640522 /x11/kde4-baseapps/Makefile
parente9fb24056597965d6d6f8919db70578c706f6b94 (diff)
downloadfreebsd-ports-gnome-79de4556b45578a9989e79fbaa9ea3fdee4b04a1.tar.gz
freebsd-ports-gnome-79de4556b45578a9989e79fbaa9ea3fdee4b04a1.tar.zst
freebsd-ports-gnome-79de4556b45578a9989e79fbaa9ea3fdee4b04a1.zip
Prevent kdebase3 from deleting the Gamma Correction KDE Control Center
module (from kdegraphics3) on installation.
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index c8acd2d6337b..7019894baa04 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/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@" \