svn commit: r481558 - head/graphics/gegl

Koop Mast kwm at FreeBSD.org
Mon Oct 8 19:35:48 UTC 2018


Author: kwm
Date: Mon Oct  8 19:35:47 2018
New Revision: 481558
URL: https://svnweb.freebsd.org/changeset/ports/481558

Log:
  Add missing bits from the patch.
  
  PR:		232054
  Submitted by:	tobik@

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Mon Oct  8 19:16:50 2018	(r481557)
+++ head/graphics/gegl/Makefile	Mon Oct  8 19:35:47 2018	(r481558)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
@@ -39,8 +40,7 @@ EXAMPLES=	2geglbuffer \
 
 SHEBANG_FILES=	tools/xml_insert.sh
 
-# Fix conflicts with graphics/gegl and sysutils/coreutils
-EXAMPLESDIR=	${PREFIX}/share/examples/gegl${PKGNAMESUFFIX}
+# Fix conflicts with sysutils/coreutils
 UNIQUE_SUFFIX=	-${GEGL_VER}
 UNIQUE_SUFFIX_FILES=	bin/gcut
 


More information about the svn-ports-all mailing list