summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-08-27 08:13:20 +0000
committerfhajny <fhajny>2013-08-27 08:13:20 +0000
commit78d44f4bdb6b3a947a83900d04c97a9ae3a1f391 (patch)
tree84433998898651bd67048330c5282c9ef3af2a15 /graphics/ImageMagick/Makefile
parent5c1651d71e66c5321b7e9a57adbc40f240cc6b34 (diff)
downloadpkgsrc-78d44f4bdb6b3a947a83900d04c97a9ae3a1f391.tar.gz
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.
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 5b0ed9ba74d..af3f708b028 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -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 @@ GCC_REQD+= 3.0
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