diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-20 22:19:56 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-20 22:19:56 +0000 |
commit | eb6efc7486158d353ce77f27afeff38f0185f0e6 (patch) | |
tree | 67d21f287e7d2047df8308968d62c0e4d867add4 /graphics/sane-backends | |
parent | be93ef44baa4c8bc749896ae090794ef0c8874ac (diff) | |
download | pkgsrc-eb6efc7486158d353ce77f27afeff38f0185f0e6.tar.gz |
Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR in
Makefile. Pointed out by wiz@
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 | ||||
-rw-r--r-- | graphics/sane-backends/PLIST | 18 |
2 files changed, 11 insertions, 10 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 2f2022ef57d..d13a1d6a27b 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/20 21:18:41 bouyer Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/20 22:19:56 bouyer Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. @@ -8,6 +8,7 @@ PKGREVISION= 1 SANE_MICRO= 12 +USE_PKGLOCALEDIR= YES BUILD_USES_MSGFMT= YES .if (${OPSYS} == "SunOS") diff --git a/graphics/sane-backends/PLIST b/graphics/sane-backends/PLIST index 094dacb71c0..5dae1a2fda2 100644 --- a/graphics/sane-backends/PLIST +++ b/graphics/sane-backends/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/03/20 21:18:41 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/03/20 22:19:56 bouyer Exp $ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner @@ -467,14 +467,14 @@ share/doc/sane-${SANE_VERSION}/umax/umax.BUGS share/doc/sane-${SANE_VERSION}/umax/umax.CHANGES share/doc/sane-${SANE_VERSION}/umax/umax.FAQ share/doc/sane-${SANE_VERSION}/umax/umax.TODO -share/locale/de/LC_MESSAGES/sane-backends.mo -share/locale/es/LC_MESSAGES/sane-backends.mo -share/locale/fr/LC_MESSAGES/sane-backends.mo -share/locale/nl/LC_MESSAGES/sane-backends.mo -share/locale/no/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 +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sane-backends.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sane-backends.mo @dirrm share/doc/sane-${SANE_VERSION}/umax @dirrm share/doc/sane-${SANE_VERSION}/teco @dirrm share/doc/sane-${SANE_VERSION}/sceptre |