aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2008-06-23 02:50:13 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2008-06-23 02:50:13 +0800
commit6dd844679ed624d8acc556885f5f78870bba5c58 (patch)
treeed50e58c135dfa85667b9750d48b69fb032e6ff3 /x11-themes
parent568ad7159ba548fcb1f68cc6aebff67a5514b7e8 (diff)
downloadfreebsd-ports-gnome-6dd844679ed624d8acc556885f5f78870bba5c58.tar.gz
freebsd-ports-gnome-6dd844679ed624d8acc556885f5f78870bba5c58.tar.zst
freebsd-ports-gnome-6dd844679ed624d8acc556885f5f78870bba5c58.zip
- Fix duplicate comma in index.theme to quell warnings.
PR: 124552 Submitted by: Henry Hu
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-icons-crystal/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/gnome-icons-crystal/Makefile b/x11-themes/gnome-icons-crystal/Makefile
index 507161762f78..f0b598188e00 100644
--- a/x11-themes/gnome-icons-crystal/Makefile
+++ b/x11-themes/gnome-icons-crystal/Makefile
@@ -11,7 +11,7 @@
PORTNAME= crystal
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-themes gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystalforgnome
@@ -26,5 +26,8 @@ RESTRICTED= ${REASON}
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/CfG-Crystal-SVG-${PORTVERSION}
+post-patch:
+ @${REINPLACE_CMD} 's|\(^Directories=.*\),,|\1,|' ${WRKSRC}/index.theme
+
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
.include <bsd.port.mk>