diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-12 08:40:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-12 08:40:27 +0000 |
commit | de26556373571a2f623121f2630f3652b7c7a39c (patch) | |
tree | 369bd70878450a45fb3515a9ab4357cf4c4f4993 /graphics | |
parent | 8eb05c094b71780b890696635e35df17620621ab (diff) | |
download | pkgsrc-de26556373571a2f623121f2630f3652b7c7a39c.tar.gz |
Fix PR pkg/47308
Fix invalid PLIST subst.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-backends/PLIST b/graphics/sane-backends/PLIST index ae9488bdc7e..50e7d39b71a 100644 --- a/graphics/sane-backends/PLIST +++ b/graphics/sane-backends/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2012/12/10 12:31:34 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.30 2012/12/12 08:40:27 ryoon Exp $ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner @@ -190,7 +190,7 @@ share/doc/sane-${SANE_VERSION}/README.djpeg share/doc/sane-${SANE_VERSION}/README.freebsd share/doc/sane-${SANE_VERSION}/README.hp-ux share/doc/sane-${SANE_VERSION}/README.linux -share/doc/sane-${SANE_VERSION}/README.${LOWER_OPSYS} +share/doc/sane-${SANE_VERSION}/README.netbsd share/doc/sane-${SANE_VERSION}/README.openbsd share/doc/sane-${SANE_VERSION}/README.os2 share/doc/sane-${SANE_VERSION}/README.solaris |