diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-03 19:31:58 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-03 19:31:58 +0000 |
commit | 740cd7128760963b4243b633984aea3f88b3c052 (patch) | |
tree | 068e266c6d6030132117a731cfd6829fe30739a0 /devel/p5-Log-Dispatch/Makefile | |
parent | upgrade to 0.9 (diff) |
Fix build with non-default WRKDIRPREFIX by using MKDIR (== mkdir -p)
command instead of the perl built-in mkdir().
Submitted by: bento logs
Diffstat (limited to 'devel/p5-Log-Dispatch/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 59815291a45e..4f4ab5e3dd8d 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -33,6 +33,7 @@ MAN3= Log::Dispatch.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \ + MKDIR="${MKDIR}" \ REALCURDIR="${.CURDIR}" pre-fetch: |