diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-22 10:07:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-22 10:07:24 +0000 |
commit | ac9e28d457ed703c8c5a0ea155e9449438f18b9a (patch) | |
tree | 957259a906fc9c8e2677421c4a9d6ad055bb5b52 /x11/kde4-baseapps/Makefile | |
parent | 3ae680d8917b27c4bff500cbe2c979c3a01bd184 (diff) |
Prevent kdebase3 from deleting the Gamma Correction KDE Control Center
module (from kdegraphics3) on installation.
Notes
Notes:
svn path=/head/; revision=190628
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 3 |
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@" \ |