From b8870d4b6060173d29d59ee082e9fc38c6de2495 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 19 Aug 2008 17:28:24 +0000 Subject: 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". --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index e9a779a504e..aba0b2c9e88 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ ${WRKDIR}: # 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} -- cgit v1.2.3