From b1076bb7657e4a5b0609e27afb24b9e841f99668 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Mar 2009 19:01:37 +0000 Subject: Remove msgfmtstrip scripts and targets using them, now that the infrastructure supports this properly (thanks joerg!). --- net/ekiga/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'net/ekiga/Makefile') diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index e3895f41928..a85562d12e5 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/03/22 08:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/22 19:01:40 wiz Exp $ # DISTNAME= ekiga-3.2.0 @@ -29,14 +29,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -# The gettext version in pkgsrc cannot handle the .po files, so -# we strip out usage of the newer features (context and fuzzy matches) -post-patch: - for f in ${WRKSRC}/po/*.po ${WRKSRC}/help/*/*.po ; do \ - mv $$f $$f.original ; \ - ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \ - done - pre-configure: cd ${WRKSRC} && autoconf -- cgit v1.2.3