diff options
-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> |