From 3a9625fad1e41633ec83006da1431dabb809d188 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 03:50:19 +0000 Subject: Create directories before installing files into them. --- textproc/dtdparse/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/dtdparse') 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} -- cgit v1.2.3