pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide in do-lint, invoke make with the MAKE_ENV se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bab9fc8120b
branches:  trunk
changeset: 495492:4bab9fc8120b
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jun 11 16:26:47 2005 +0000

description:
in do-lint, invoke make with the MAKE_ENV set.  Makes it work with
LOCALBASE != /usr/pkg.

diffstat:

 doc/guide/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 916da719f3eb -r 4bab9fc8120b doc/guide/Makefile
--- a/doc/guide/Makefile        Sat Jun 11 16:12:13 2005 +0000
+++ b/doc/guide/Makefile        Sat Jun 11 16:26:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/14 22:33:27 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/11 16:26:47 dillo Exp $
 #
 
 DISTNAME=              htdocs-share-20050507
@@ -110,7 +110,7 @@
                ${HTDOCSDIR}/Documentation/pkgsrc
 
 do-lint:
-       cd ${WRKSRC} ; ${MAKE} lint
+       cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} lint
 
 DETAB_PROGRAM= \
        if (/<programlisting>/ .. /<\/programlisting>/) {               \



Home | Main Index | Thread Index | Old Index