diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-03 15:55:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-03 15:55:53 +0000 |
commit | 86931959a74093c8901378ee1ae12f8bfe35374b (patch) | |
tree | e49f2bffc0a03a3fbd85750a6789676a11b03fa0 /textproc/intltool/pkg-plist | |
parent | 50455342fb59fb449d6ea861d9104b3fc7377407 (diff) |
Add two patches to textproc/intltool so it works better with USES=autoreconf
- Patch intltool.m4 so translations are always installed in
PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack
also does this for ports without USES=autoreconf)
- Patch intltoolize.in so it creates the directory where it will copy
intltool.m4 into if it doesn't exist yet
Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install
from Makefile and remove an old patch.
PR: 198123
Exp-run by: antoine
Approved by: gnome (kwm), portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=383140
Diffstat (limited to 'textproc/intltool/pkg-plist')
-rw-r--r-- | textproc/intltool/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/intltool/pkg-plist b/textproc/intltool/pkg-plist index a98fa295581a..6b753ed85f84 100644 --- a/textproc/intltool/pkg-plist +++ b/textproc/intltool/pkg-plist @@ -5,7 +5,6 @@ bin/intltool-update bin/intltoolize share/aclocal/intltool.m4 %%DATADIR%%/Makefile.in.in -%%DATADIR%%/XML/Parser/Style/OrigTree.pm man/man8/intltool-extract.8.gz man/man8/intltool-merge.8.gz man/man8/intltool-prepare.8.gz |