pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add VIEWBASE to SCRIPTS_ENV. This fixes the proble...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e692742a3796
branches:  trunk
changeset: 473242:e692742a3796
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 17 22:37:14 2004 +0000

description:
Add VIEWBASE to SCRIPTS_ENV.  This fixes the problem that pkgviews
packages using imake install files into X11BASE instead of PREFIX.

diffstat:

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

diffs (19 lines):

diff -r e2832cf0c2e9 -r e692742a3796 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Apr 17 21:24:58 2004 +0000
+++ b/mk/bsd.pkg.mk     Sat Apr 17 22:37:14 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1444 2004/04/16 14:27:38 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1445 2004/04/17 22:37:14 minskim Exp $
 #
 # This file is in the public domain.
 #
@@ -1356,7 +1356,8 @@
        WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \
        SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \
        _PKGSRCDIR=${_PKGSRCDIR} DEPENDS="${DEPENDS}" \
-       PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
+       PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
+       VIEWBASE=${VIEWBASE}
 
 .if defined(BATCH)
 SCRIPTS_ENV+=  BATCH=yes



Home | Main Index | Thread Index | Old Index