pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk For no real reason, but per the "discussion" on tec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf521b3d8cad
branches:  trunk
changeset: 546028:bf521b3d8cad
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Aug 19 17:28:24 2008 +0000

description:
For no real reason, but per the "discussion" on tech-pkg, default the
creation of a symbolic link to the real work directory to "no".

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87c4fc727eca -r bf521b3d8cad mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Aug 19 16:35:25 2008 +0000
+++ b/mk/bsd.pkg.mk     Tue Aug 19 17:28:24 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1950 2008/07/21 22:34:18 agc Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1951 2008/08/19 17:28:24 agc Exp $
 #
 # This file is in the public domain.
 #
@@ -595,7 +595,7 @@
 # Create a symlink from ${WRKDIR} to the package directory if
 # CREATE_WRKDIR_SYMLINK is "yes".
 #
-CREATE_WRKDIR_SYMLINK?=        yes
+CREATE_WRKDIR_SYMLINK?=        no
 
 .if defined(WRKOBJDIR) && !empty(CREATE_WRKDIR_SYMLINK:M[Yy][Ee][Ss])
 makedirs: ${.CURDIR}/${WRKDIR_BASENAME}



Home | Main Index | Thread Index | Old Index