diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-17 13:41:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-17 13:41:23 +0800 |
commit | b6245c4ae6d2b3d7066ea6287ea71817e22049eb (patch) | |
tree | 13511f23d040aee77c9442d2ede9c2f1cc8fe060 /sysutils/gnome-control-center | |
parent | b2db5c81ad992ae4eeb40bc132cfecec67610ae8 (diff) | |
download | marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar.gz marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar.bz2 marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar.lz marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar.xz marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.tar.zst marcuscom-ports-b6245c4ae6d2b3d7066ea6287ea71817e22049eb.zip |
Remove the now-unnecessary ORBit hacks.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@901 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index bbb19cdbb..ae09cd307 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -29,14 +29,6 @@ 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' |