pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install Added compatibility code for INSTALLATION_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce75808a3f1
branches:  trunk
changeset: 536324:8ce75808a3f1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Dec 10 22:49:19 2007 +0000

description:
Added compatibility code for INSTALLATION_DIRS_FROM_PLIST. I had
intended that all the time, but didn't test enough. :(

Thanks to wiz for catching this one.

diffstat:

 mk/install/install.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f1dd0124ee33 -r 8ce75808a3f1 mk/install/install.mk
--- a/mk/install/install.mk     Mon Dec 10 21:45:40 2007 +0000
+++ b/mk/install/install.mk     Mon Dec 10 22:49:19 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.49 2007/12/07 05:25:25 rillig Exp $
+# $NetBSD: install.mk,v 1.50 2007/12/10 22:49:19 rillig Exp $
 #
 # This file provides the code for the "install" phase.
 #
@@ -163,6 +163,7 @@
 _INSTALL_ALL_TARGETS+=         install-makedirs
 .if defined(INSTALLATION_DIRS_FROM_PLIST) && \
        !empty(INSTALLATION_DIRS_FROM_PLIST:M[Yy][Ee][Ss])
+_INSTALL_ALL_TARGETS+=         install-dirs-from-PLIST
 .elif defined(AUTO_MKDIRS) && !empty(AUTO_MKDIRS:M[Yy][Ee][Ss])
 _INSTALL_ALL_TARGETS+=         install-dirs-from-PLIST
 .endif



Home | Main Index | Thread Index | Old Index