summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 06:18:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 06:18:53 +0800
commit49c188fa9beb037397bf8cc2f6bebc733a22d763 (patch)
tree5bfafe94a965a2d494516048e969f4b14f3a79c5 /sysutils
parent4fb9bbd8d3ef75c13801490c0f6e58fc3079e2c6 (diff)
downloadmarcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar.gz
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar.bz2
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar.lz
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar.xz
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.tar.zst
marcuscom-ports-49c188fa9beb037397bf8cc2f6bebc733a22d763.zip
Correct the path to gnome-settings-daemon.
Submitted by: Franz Klammer <klammer@webonaut.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1570 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-control-center/Makefile3
-rw-r--r--sysutils/gnomecontrolcenter2/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 3eeb1b79c..d2b420d42 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomecontrolcenter2
PORTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/control-center/2.5
@@ -32,5 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+ @${REINPLACE_CMD} -e 's|/local/gnome-head/test|${PREFIX}|g' \
+ ${WRKSRC}/gnome-settings-daemon/GNOME_SettingsDaemon.server.in
.include <bsd.port.mk>
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile
index 3eeb1b79c..d2b420d42 100644
--- a/sysutils/gnomecontrolcenter2/Makefile
+++ b/sysutils/gnomecontrolcenter2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomecontrolcenter2
PORTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/control-center/2.5
@@ -32,5 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+ @${REINPLACE_CMD} -e 's|/local/gnome-head/test|${PREFIX}|g' \
+ ${WRKSRC}/gnome-settings-daemon/GNOME_SettingsDaemon.server.in
.include <bsd.port.mk>