summaryrefslogtreecommitdiff
path: root/security/seahorse-plugins
diff options
context:
space:
mode:
authorwiz <wiz>2009-03-22 19:01:37 +0000
committerwiz <wiz>2009-03-22 19:01:37 +0000
commit06877dcb64889e3a4f969be59935013a22d4be49 (patch)
tree0878b8066ae7b10a679ffb6b3e1436a3d4d08c14 /security/seahorse-plugins
parent51d9f25e20528f4028a13ad2cee532c4c3d43c97 (diff)
downloadpkgsrc-06877dcb64889e3a4f969be59935013a22d4be49.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/Makefile12
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"