diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-06-22 18:50:13 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-06-22 18:50:13 +0000 |
commit | fe4c254a786381f2278cad1999ef68c3efbd112f (patch) | |
tree | 5ec2e9327e48d84029bc6f970bb3089128076daa /x11-themes/gnome-icons-crystal/Makefile | |
parent | a7d16a8f6c170d9ed6592b28ce26138ee599d7e0 (diff) | |
download | ports-fe4c254a786381f2278cad1999ef68c3efbd112f.tar.gz ports-fe4c254a786381f2278cad1999ef68c3efbd112f.zip |
Notes
Diffstat (limited to 'x11-themes/gnome-icons-crystal/Makefile')
-rw-r--r-- | x11-themes/gnome-icons-crystal/Makefile | 5 |
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> |