diff options
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 075ee3b879d6..498b16f8bd9c 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomecontrolcenter2 PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/2.10 @@ -43,6 +44,9 @@ post-patch: 's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g' @${REINPLACE_CMD} -e 's|mozilla-thunderbird|thunderbird|g' \ ${WRKSRC}/capplets/default-applications/gnome-default-applications-properties-structs.c + @${REINPLACE_CMD} -e 's|/bin/tar|/usr/bin/tar|g ; \ + s|/bin/gzip|/usr/bin/gzip|g' \ + ${WRKSRC}/capplets/theme-switcher/gnome-theme-installer.c post-install: @-update-desktop-database |