svn commit: r492491 - head/graphics/ufraw
Tobias Kortkamp
tobik at FreeBSD.org
Sat Feb 9 11:04:40 UTC 2019
Author: tobik
Date: Sat Feb 9 11:04:39 2019
New Revision: 492491
URL: https://svnweb.freebsd.org/changeset/ports/492491
Log:
graphics/ufraw: Simplify using the GTK2 plist sub already added by OPTIONS_SUB
Modified:
head/graphics/ufraw/Makefile
head/graphics/ufraw/pkg-plist
Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile Sat Feb 9 11:02:12 2019 (r492490)
+++ head/graphics/ufraw/Makefile Sat Feb 9 11:04:39 2019 (r492491)
@@ -59,13 +59,6 @@ GNOME_USE= GNOME=gconf2
GNOME_CONFIGURE_ENABLE= mime
GNOME_VARS= CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas
-.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MGTK2}
-PLIST_SUB+= NOGTK2=""
-.else
-PLIST_SUB+= NOGTK2="@comment "
-.endif
-
post-install:
${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR}
Modified: head/graphics/ufraw/pkg-plist
==============================================================================
--- head/graphics/ufraw/pkg-plist Sat Feb 9 11:02:12 2019 (r492490)
+++ head/graphics/ufraw/pkg-plist Sat Feb 9 11:04:39 2019 (r492491)
@@ -1,6 +1,6 @@
bin/dcraw
bin/nikon-curve
-%%NOGTK2%%bin/ufraw
+%%GTK2%%bin/ufraw
bin/ufraw-batch
man/man1/ufraw.1.gz
share/applications/ufraw.desktop
More information about the svn-ports-head
mailing list