mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/ufraw: fix 13-CURRENT build
Bump portrevision PR: 246382 Submitted by: cy
This commit is contained in:
parent
116484148d
commit
4f07adc889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537094
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue