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/sane-backends | |
parent | c186cda091e34cc5c1a6d3cf96e6321c07a93b43 (diff) | |
download | pkgsrc-13519286c7c49aa8182aed8eba9e0c36fca8153d.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sane-backends/PLIST b/graphics/sane-backends/PLIST index d724627a4f4..f9516331412 100644 --- a/graphics/sane-backends/PLIST +++ b/graphics/sane-backends/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2009/06/14 17:59:28 joerg Exp $ +@comment $NetBSD: PLIST,v 1.22 2009/06/14 20:05:43 joerg Exp $ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner @@ -318,7 +318,7 @@ share/locale/pl/LC_MESSAGES/sane-backends.mo share/locale/pt/LC_MESSAGES/sane-backends.mo share/locale/ru/LC_MESSAGES/sane-backends.mo share/locale/sv/LC_MESSAGES/sane-backends.mo -@exec ${MKDIR} %D/share/sane/snapscan -@exec ${MKDIR} %D/share/sane/gt68xx -@exec ${MKDIR} %D/share/sane/epjitsu -@exec ${MKDIR} %D/share/sane/artec_eplus48u +@pkgdir share/sane/snapscan +@pkgdir share/sane/gt68xx +@pkgdir share/sane/epjitsu +@pkgdir share/sane/artec_eplus48u |