aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnomesystemtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnomesystemtools/Makefile')
-rw-r--r--sysutils/gnomesystemtools/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile
index 63af3b9274af..ea712a90ad50 100644
--- a/sysutils/gnomesystemtools/Makefile
+++ b/sysutils/gnomesystemtools/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= gnomesystemtools
-PORTVERSION= 0.92.0
-PORTREVISION= 1
+PORTVERSION= 1.0.0
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.92
+MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.0
DISTNAME= gnome-system-tools-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -35,4 +35,10 @@ PLIST_SUB+= SERVICES=""
PLIST_SUB+= SERVICES="@comment "
.endif
+.if ${PERL_LEVEL} < 500600
+post-configure:
+ @${FIND} ${WRKSRC}/backends \( -name "*.pl" -or -name "*-conf" \) | \
+ ${XARGS} ${REINPLACE_CMD} -e 's|@scriptsdir|[@]scriptsdir|g'
+.endif
+
.include <bsd.port.post.mk>