diff options
author | riz <riz@pkgsrc.org> | 2006-11-24 20:28:14 +0000 |
---|---|---|
committer | riz <riz@pkgsrc.org> | 2006-11-24 20:28:14 +0000 |
commit | bf7de2cfd6c9606e88c1a86197c8f655be8778f2 (patch) | |
tree | 56602790e4c8b295eca74f5922f568f2e124b7c0 /textproc | |
parent | 8cb3b2e1157f6f395490b47ddcdd95e5833b73cd (diff) | |
download | pkgsrc-bf7de2cfd6c9606e88c1a86197c8f655be8778f2.tar.gz |
Add INSTALLATION_DIRS, otherwise the perl "vendor" directory
does not get created under some circumstances.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Markdown/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Markdown/Makefile b/textproc/Markdown/Makefile index b6e2abb07ea..297c72d7cdc 100644 --- a/textproc/Markdown/Makefile +++ b/textproc/Markdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 01:20:09 dan Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/24 20:28:14 riz Exp $ # DISTNAME= Markdown_1.0.1 @@ -19,6 +19,7 @@ REPLACE_PERL+= Markdown.pl PERL5_SITELIB= ${PERL5_SUB_INSTALLVENDORLIB:Q} PLIST_SUBST+= PERL5_SITELIB=${PERL5_SITELIB:Q} +INSTALLATION_DIRS= ${PERL5_INSTALLVENDORLIB} .include "../../mk/bsd.prefs.mk" |