pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/Markdown Add INSTALLATION_DIRS, otherwise the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/420e027774d4
branches:  trunk
changeset: 521852:420e027774d4
user:      riz <riz%pkgsrc.org@localhost>
date:      Fri Nov 24 20:28:14 2006 +0000

description:
Add INSTALLATION_DIRS, otherwise the perl "vendor" directory
does not get created under some circumstances.

diffstat:

 textproc/Markdown/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d0ff29fd5efb -r 420e027774d4 textproc/Markdown/Makefile
--- a/textproc/Markdown/Makefile        Fri Nov 24 18:31:25 2006 +0000
+++ b/textproc/Markdown/Makefile        Fri Nov 24 20:28:14 2006 +0000
@@ -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 @@
 
 PERL5_SITELIB= ${PERL5_SUB_INSTALLVENDORLIB:Q}
 PLIST_SUBST+=  PERL5_SITELIB=${PERL5_SITELIB:Q}
+INSTALLATION_DIRS=     ${PERL5_INSTALLVENDORLIB}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index