pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Restore default behaviour for creating a symbolic l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa111c1a8d95
branches:  trunk
changeset: 544888:fa111c1a8d95
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 21 22:34:18 2008 +0000

description:
Restore default behaviour for creating a symbolic link to the ${WRKDIR},
which was lost when this definition was introduced without prior discussion.

diffstat:

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

diffs (18 lines):

diff -r d6a4342092e3 -r fa111c1a8d95 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Jul 21 22:27:51 2008 +0000
+++ b/mk/bsd.pkg.mk     Mon Jul 21 22:34:18 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1949 2008/06/14 08:32:33 dillo Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1950 2008/07/21 22:34:18 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?=        no
+CREATE_WRKDIR_SYMLINK?=        yes
 
 .if defined(WRKOBJDIR) && !empty(CREATE_WRKDIR_SYMLINK:M[Yy][Ee][Ss])
 makedirs: ${.CURDIR}/${WRKDIR_BASENAME}



Home | Main Index | Thread Index | Old Index