diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 20:05:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 20:05:39 +0000 |
commit | 13519286c7c49aa8182aed8eba9e0c36fca8153d (patch) | |
tree | 53a86800279ef814f1b95876bf2712dd7f85a250 /graphics/GraphicsMagick | |
parent | c186cda091e34cc5c1a6d3cf96e6321c07a93b43 (diff) | |
download | pkgsrc-13519286c7c49aa8182aed8eba9e0c36fca8153d.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick/PLIST b/graphics/GraphicsMagick/PLIST index c663dcccf2a..0ad6fc35f92 100644 --- a/graphics/GraphicsMagick/PLIST +++ b/graphics/GraphicsMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:59:05 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/06/14 20:05:40 joerg Exp $ bin/GraphicsMagick++-config bin/GraphicsMagick-config bin/GraphicsMagickWand-config @@ -264,5 +264,5 @@ share/doc/GraphicsMagick/www/tools.html share/doc/GraphicsMagick/www/tools.rst share/doc/GraphicsMagick/www/utilities.html share/doc/GraphicsMagick/www/utilities.rst -@exec ${MKDIR} %D/lib/${PKGNAME}/modules-Q8/filters -@exec ${MKDIR} %D/lib/${PKGNAME}/modules-Q8/coders +@pkgdir lib/${PKGNAME}/modules-Q8/filters +@pkgdir lib/${PKGNAME}/modules-Q8/coders |