diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-22 19:01:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-22 19:01:37 +0000 |
commit | b1076bb7657e4a5b0609e27afb24b9e841f99668 (patch) | |
tree | 0878b8066ae7b10a679ffb6b3e1436a3d4d08c14 /security/seahorse-plugins | |
parent | 199b1f0ecaa0fa4f7144200486984816129b4319 (diff) | |
download | pkgsrc-b1076bb7657e4a5b0609e27afb24b9e841f99668.tar.gz |
Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
Diffstat (limited to 'security/seahorse-plugins')
-rw-r--r-- | security/seahorse-plugins/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index fe0f6b256e7..9653e0236eb 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/17 16:39:12 jmcneill Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/22 19:01:41 wiz Exp $ DISTNAME= seahorse-plugins-2.26.0 CATEGORIES= security @@ -22,16 +22,6 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= seahorse-gedit.schemas GCONF_SCHEMAS+= seahorse-plugins.schemas -# In pkgsrc, the shipped gettext cannot handle the .po files, -# so we strip out usage of the newer features (context and fuzzy matches) -SHFILESDIR= ${FILESDIR:S/-plugins//} -post-patch: - for f in ${WRKSRC}/po/*.po ${WRKSRC}/help/*/*.po \ - ${WRKSRC}/plugins/applet/docs/*/*.po ; do \ - mv $$f $$f.original ; \ - ${AWK} -f ${SHFILESDIR}/msgfmtstrip $$f.original > $$f ; \ - done - .include "../../databases/gnome-mime-data/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/GConf/schemas.mk" |