summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-02 04:44:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-02 04:44:55 +0800
commit5947f28fc2c07d87f5bf1f789baa5e70f930536e (patch)
treea35e962b88f8efb4cdbde29d1523ba7d62bc9c67 /sysutils/gnome-system-tools/Makefile
parentc24ac7b3d02e226b43c122143c3dbee8b0d8a058 (diff)
downloadmarcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar.gz
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar.bz2
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar.lz
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar.xz
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.tar.zst
marcuscom-ports-5947f28fc2c07d87f5bf1f789baa5e70f930536e.zip
Update to 2.17.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7965 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
index eb4f84409..55b0130ea 100644
--- a/sysutils/gnome-system-tools/Makefile
+++ b/sysutils/gnome-system-tools/Makefile
@@ -3,11 +3,10 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.49 2006/11/07 07:24:51 marcus Exp $
+# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.50 2006/11/11 18:59:53 marcus Exp $
PORTNAME= gnome-system-tools
-PORTVERSION= 2.17.2
-PORTREVISION= 1
+PORTVERSION= 2.17.3
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -39,4 +38,8 @@ GCONF_SCHEMAS= gnome-system-tools.schemas
IGNORE= uses symbols not present in 4.X
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${prefix}/$${DATADIRNAME}|$${datadir}|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>