diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-21 15:19:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-21 15:19:31 +0000 |
commit | 19b3f0991aaf24d99c8a2886784419c28647347e (patch) | |
tree | edc95290f731f0797b9c6e1abe671d5efe1a554b /x11 | |
parent | 50199d428a0c78a919f87b3f253b564e33f78431 (diff) | |
download | pkgsrc-19b3f0991aaf24d99c8a2886784419c28647347e.tar.gz |
Remove useless locale files that contained no translations. Bump the
PKGREVISION to 5.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 10 | ||||
-rw-r--r-- | x11/xscreensaver/PLIST | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 7c022ec2730..34ef5279a30 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2006/05/14 18:55:50 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2006/05/21 15:19:31 jlam Exp $ COMMENT= Screen saver and locker for the X window system -PKGREVISION= 4 +PKGREVISION= 5 CONFLICTS+= xscreensaver-gnome<4.14 # man/man1/barcode.1 @@ -14,6 +14,10 @@ CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config .include "options.mk" - .include "../../textproc/libxml2/buildlink3.mk" + +# Remove useless locale files that have no translations in them. +post-extract: + cd ${WRKSRC}/po && ${RM} -f ca.po pt_BR.po + .include "../../mk/bsd.pkg.mk" diff --git a/x11/xscreensaver/PLIST b/x11/xscreensaver/PLIST index 1e4add611b8..76e13c24f09 100644 --- a/x11/xscreensaver/PLIST +++ b/x11/xscreensaver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2006/05/14 18:55:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.29 2006/05/21 15:19:31 jlam Exp $ bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-getimage @@ -609,7 +609,6 @@ man/man1/xspirograph.1 man/man1/xsublim.1 man/man1/xteevee.1 man/man1/zoom.1 -share/locale/ca/LC_MESSAGES/xscreensaver.mo share/locale/da/LC_MESSAGES/xscreensaver.mo share/locale/de/LC_MESSAGES/xscreensaver.mo share/locale/es/LC_MESSAGES/xscreensaver.mo @@ -625,7 +624,6 @@ share/locale/nl/LC_MESSAGES/xscreensaver.mo share/locale/no/LC_MESSAGES/xscreensaver.mo share/locale/pl/LC_MESSAGES/xscreensaver.mo share/locale/pt/LC_MESSAGES/xscreensaver.mo -share/locale/pt_BR/LC_MESSAGES/xscreensaver.mo share/locale/ru/LC_MESSAGES/xscreensaver.mo share/locale/sk/LC_MESSAGES/xscreensaver.mo share/locale/sv/LC_MESSAGES/xscreensaver.mo |