From 19b3f0991aaf24d99c8a2886784419c28647347e Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 21 May 2006 15:19:31 +0000 Subject: Remove useless locale files that contained no translations. Bump the PKGREVISION to 5. --- x11/xscreensaver/Makefile | 10 +++++++--- 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 -- cgit v1.2.3