diff options
author | reed <reed@pkgsrc.org> | 2005-05-15 03:13:10 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-15 03:13:10 +0000 |
commit | c6ac55022f6bba823a016e66ae5607cd75a354e9 (patch) | |
tree | 36aebca608096ff7e149c6b0713fa37be67a12c1 /graphics/sane-backends/PLIST | |
parent | 29988e2252b557e4497aca5d3bedbb49fb8693d5 (diff) | |
download | pkgsrc-c6ac55022f6bba823a016e66ae5607cd75a354e9.tar.gz |
Change the PLIST_SUBST called "NOT_SUNOS" into two different
definitions for libsane-pint and libsane-sm3600. Because
under Linux, libsane-pint is also not installed (like on Solaris)
but libsane-sm3600 is installed (like NetBSD).
Also add PLIST.Linux to add libsane-qcam, libsane-v4l la files and
config files. (The man pages were already installed.)
Sorry, I did not test on Solaris, but did test on NetBSD 1.6.2_STABLE
and Linux.
TODO: make this package honor PKG_SYSCONFDIR instead of
hard-coded ${PREFIX}/etc and use CONF_FILES too.
Diffstat (limited to 'graphics/sane-backends/PLIST')
-rw-r--r-- | graphics/sane-backends/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/PLIST b/graphics/sane-backends/PLIST index d4b3686725b..7acdc4bc25a 100644 --- a/graphics/sane-backends/PLIST +++ b/graphics/sane-backends/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2004/11/08 10:28:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/05/15 03:13:10 reed Exp $ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner @@ -91,14 +91,14 @@ lib/sane/libsane-nec.la lib/sane/libsane-net.la lib/sane/libsane-niash.la lib/sane/libsane-pie.la -${NOT_SUNOS}lib/sane/libsane-pint.la +${SANE_PINT}lib/sane/libsane-pint.la lib/sane/libsane-plustek.la lib/sane/libsane-plustek_pp.la lib/sane/libsane-ricoh.la lib/sane/libsane-s9036.la lib/sane/libsane-sceptre.la lib/sane/libsane-sharp.la -${NOT_SUNOS}lib/sane/libsane-sm3600.la +${SANE_SM3600}lib/sane/libsane-sm3600.la lib/sane/libsane-snapscan.la lib/sane/libsane-sp15c.la lib/sane/libsane-st400.la |