summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r--sysutils/gnome-control-center/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index ae09cd307..bbb19cdbb 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -29,6 +29,14 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+XXX_FILES= GNOME_SettingsDaemon-common.c GNOME_SettingsDaemon-skels.c \
+ GNOME_SettingsDaemon-stubs.c GNOME_SettingsDaemon.h
+
+post-extract:
+.for i in ${XXX_FILES}
+ @${RM} -f ${WRKSRC}/gnome-settings-daemon/${i}
+.endfor
+
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'