diff options
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 10 |
1 files changed, 7 insertions, 3 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" |