diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /textproc/dtdparse/Makefile | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'textproc/dtdparse/Makefile')
-rw-r--r-- | textproc/dtdparse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index fc8ca7d70ea..3c7957f7635 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= dtdparse-2.0beta6 @@ -22,6 +22,8 @@ XML_CATALOGS= ${XMLDIR}/catalog SCRIPTS= dtdflatten dtdformat dtdparse \ tools/contentmodel tools/dtdstats tools/elements +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}; \ ${PERL5} -pi -e 's,/usr/local/bin/perl5,${PERL5},' ${SCRIPTS} |