diff options
author | hubertf <hubertf> | 2001-04-09 22:24:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-04-09 22:24:51 +0000 |
commit | e910e94d3def538278226330f313240cd54f4eeb (patch) | |
tree | e24a76a43fb0dd79f4b0573e53a5e15ac21eb8b4 /www | |
parent | b20f006d6fb8ac3738f3ea166e606cb1d7303360 (diff) | |
download | pkgsrc-e910e94d3def538278226330f313240cd54f4eeb.tar.gz |
generate dir before copying file(s) to it. PR 12590.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-perl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index e7db3e000e6..58a9721d406 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/17 17:21:50 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/09 22:24:51 hubertf Exp $ # DISTNAME= mod_perl-1.25 @@ -25,6 +25,7 @@ do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/htdocs/manual/mod ${INSTALL_DATA} ${WRKSRC}/htdocs/manual/mod/mod_perl.html \ ${PREFIX}/share/httpd/htdocs/manual/mod |