diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 13:30:32 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 13:30:32 +0800 |
commit | 87c6368cd9c8073b90e310f50a0543cb8245b229 (patch) | |
tree | b5ed9724135d6beb243cbbf073e559cb22853b2b /textproc/intltool/Makefile | |
parent | 751278956b5f6fb8dcb5f0f5c3dc5b4732d0287d (diff) | |
download | freebsd-ports-gnome-87c6368cd9c8073b90e310f50a0543cb8245b229.tar.gz freebsd-ports-gnome-87c6368cd9c8073b90e310f50a0543cb8245b229.tar.zst freebsd-ports-gnome-87c6368cd9c8073b90e310f50a0543cb8245b229.zip |
Portlint:
-Use DATADIR in plist.
-Add [0-9]* in the CONFLICTS.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index bdd2135c5fb5..9820241299f1 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 -CONFLICTS= xml-i18n-tools-* +CONFLICTS= xml-i18n-tools-[0-9]* post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ |