diff options
author | jlam <jlam> | 2001-11-29 13:27:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-29 13:27:46 +0000 |
commit | 27a114c96586dac58e7b069a6425d0beed514b57 (patch) | |
tree | dbde5d4512ff11290c2abd5127715d537f0ac0d4 /textproc/xml-i18n-tools | |
parent | ac99065096923c6d520bac68ab769c468d29006c (diff) | |
download | pkgsrc-27a114c96586dac58e7b069a6425d0beed514b57.tar.gz |
Buildlinkify.
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 498d3bd519e..8d767b91724 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/08/27 19:15:55 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/29 13:27:47 jlam Exp $ DISTNAME= xml-i18n-tools-0.9 CATEGORIES= textproc gnome @@ -8,14 +8,17 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://news.gnome.org/gnome-news/979851911/ COMMENT= XML internationalisation tools -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_PERL5= YES +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES + +DOCDIR= ${PREFIX}/share/doc/${PKGBASE} post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml-i18n-tools -.for doc in ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README - ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/xml-i18n-tools -.endfor + ${INSTALL_DATA_DIR} ${DOCDIR} + for file in ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README; do \ + ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \ + done +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |