diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 05:30:32 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 05:30:32 +0000 |
commit | 6969bae17233ffeec73dfec87a4af394ae186faa (patch) | |
tree | 70c4da51afccd35f700384f3a6929759941c81a2 /textproc/xml-i18n-tools | |
parent | 31b2bab1ca29573c3f448b64ea03ed97b41f3133 (diff) | |
download | ports-6969bae17233ffeec73dfec87a4af394ae186faa.tar.gz ports-6969bae17233ffeec73dfec87a4af394ae186faa.zip |
Notes
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 2 | ||||
-rw-r--r-- | textproc/xml-i18n-tools/pkg-plist | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 6ed1bbd60cb7..ae84c047e57c 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -19,6 +19,6 @@ USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFLICTS= intltool-* +CONFLICTS= intltool-[0-9]* .include <bsd.port.mk> diff --git a/textproc/xml-i18n-tools/pkg-plist b/textproc/xml-i18n-tools/pkg-plist index 4449c1861dcc..04e0fca0de95 100644 --- a/textproc/xml-i18n-tools/pkg-plist +++ b/textproc/xml-i18n-tools/pkg-plist @@ -5,9 +5,9 @@ bin/xml-i18n-toolize bin/xml-i18n-unicodify bin/xml-i18n-update share/aclocal/xml-i18n-tools.m4 -share/xml-i18n-tools/xml-i18n-extract.in -share/xml-i18n-tools/xml-i18n-merge.in -share/xml-i18n-tools/xml-i18n-po-Makefile.in.in-patch-1 -share/xml-i18n-tools/xml-i18n-po-Makefile.in.in-patch-2 -share/xml-i18n-tools/xml-i18n-update.in -@dirrm share/xml-i18n-tools +%%DATADIR%%/xml-i18n-extract.in +%%DATADIR%%/xml-i18n-merge.in +%%DATADIR%%/xml-i18n-po-Makefile.in.in-patch-1 +%%DATADIR%%/xml-i18n-po-Makefile.in.in-patch-2 +%%DATADIR%%/xml-i18n-update.in +@dirrm %%DATADIR%% |