diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-05-30 16:43:43 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-05-30 16:43:43 +0000 |
commit | 4f07adc88926c256e7f33e062d4136c5a74d747d (patch) | |
tree | 57802a1aeca099048d42763897169259b3ca891e | |
parent | 116484148d3cf01633a6d01b5e23eee05dfbb945 (diff) |
Notes
-rw-r--r-- | graphics/ufraw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 8d0a03194f24..65bb67bed5e2 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org @@ -59,6 +59,8 @@ GNOME_USE= GNOME=gconf2 GNOME_CONFIGURE_ENABLE= mime GNOME_VARS= CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas +post-patch: + ${GREP} -Ilrs 'default(none)' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's/default(none)//g' post-install: ${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR} |