Tue Aug 27 08:13:20 2013 UTC ()
Change PKG_SYSCONFSUBDIR to ImageMagick-${IM_MAJOR_LIB_VER}, as per
the upstream commit from 2013-02-26 (r11189). Fixes errors loading
the XML files located therein.


(fhajny)
diff -r1.199 -r1.200 pkgsrc/graphics/ImageMagick/Makefile

cvs diff -r1.199 -r1.200 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/ImageMagick/Makefile 2013/07/06 23:26:46 1.199
+++ pkgsrc/graphics/ImageMagick/Makefile 2013/08/27 08:13:20 1.200
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.199 2013/07/06 23:26:46 wiz Exp $
+# $NetBSD: Makefile,v 1.200 2013/08/27 08:13:20 fhajny Exp $
 
 .include "Makefile.common"
 
@@ -45,7 +45,7 @@
 CFLAGS+=		-O
 .endif
 
-PKG_SYSCONFSUBDIR=	ImageMagick
+PKG_SYSCONFSUBDIR=	ImageMagick-${IM_MAJOR_LIB_VER}
 EGDIR=		${PREFIX}/share/examples/ImageMagick
 CONF_FILES=	${EGDIR}/coder.xml ${PKG_SYSCONFDIR}/coder.xml
 CONF_FILES+=	${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml