pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/extract No need to synthesis the package directory ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/532469068af5
branches:  trunk
changeset: 514230:532469068af5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 09 08:20:30 2006 +0000

description:
No need to synthesis the package directory from components when ${.CURDIR}
already has the right value.

diffstat:

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

diffs (18 lines):

diff -r 881644153ad7 -r 532469068af5 mk/extract/extract.mk
--- a/mk/extract/extract.mk     Fri Jun 09 08:07:46 2006 +0000
+++ b/mk/extract/extract.mk     Fri Jun 09 08:20:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.5 2006/06/08 16:21:51 jlam Exp $
+# $NetBSD: extract.mk,v 1.6 2006/06/09 08:20:30 jlam Exp $
 #
 # The following variables may be set by the package Makefile and
 # specify how extraction happens:
@@ -97,7 +97,7 @@
 .if !empty(INTERACTIVE_STAGE:Mextract) && defined(BATCH)
        @${ERROR_MSG} "The extract stage of this package requires user interaction"
        @${ERROR_MSG} "Please extract manually with:"
-       @${ERROR_MSG} " \"cd ${PKGSRCDIR}/${PKGPATH} && ${MAKE} extract\""
+       @${ERROR_MSG} "    \"cd ${.CURDIR} && ${MAKE} extract\""
        @${TOUCH} ${_INTERACTIVE_COOKIE}
        @${FALSE}
 .else



Home | Main Index | Thread Index | Old Index