aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons-crystal
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2008-06-22 18:50:13 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2008-06-22 18:50:13 +0000
commitfe4c254a786381f2278cad1999ef68c3efbd112f (patch)
tree5ec2e9327e48d84029bc6f970bb3089128076daa /x11-themes/gnome-icons-crystal
parenta7d16a8f6c170d9ed6592b28ce26138ee599d7e0 (diff)
downloadports-fe4c254a786381f2278cad1999ef68c3efbd112f.tar.gz
ports-fe4c254a786381f2278cad1999ef68c3efbd112f.zip
- Fix duplicate comma in index.theme to quell warnings.
PR: 124552 Submitted by: Henry Hu
Notes
Notes: svn path=/head/; revision=215541
Diffstat (limited to 'x11-themes/gnome-icons-crystal')
-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>