pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove _PKGSRCDIR now that we have PKGSRCDIR (as pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57122375a444
branches:  trunk
changeset: 481548:57122375a444
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Oct 07 03:03:09 2004 +0000

description:
Remove _PKGSRCDIR now that we have PKGSRCDIR (as per previous commit).

diffstat:

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

diffs (17 lines):

diff -r 77822f4b1115 -r 57122375a444 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Oct 07 02:01:37 2004 +0000
+++ b/mk/bsd.prefs.mk   Thu Oct 07 03:03:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.171 2004/10/07 02:01:39 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.172 2004/10/07 03:03:09 jlam Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -463,7 +463,6 @@
 PKG_FAIL_REASON+=      'for more details.'
 .endif
 
-_PKGSRCDIR?=           ${.CURDIR:C|/[^/]*/[^/]*$||}
 PKGPATH?=              ${.CURDIR:C|.*/([^/]*/[^/]*)$|\1|}
 .if !defined(PKGSRCDIR)
 PKGSRCDIR!=            cd ${_PKGSRC_TOPDIR} && ${PWD_CMD}



Home | Main Index | Thread Index | Old Index