pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Some minor tweaks; added DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f925e242aa7
branches:  trunk
changeset: 521359:7f925e242aa7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 22:29:29 2006 +0000

description:
Some minor tweaks; added DESTDIR.

diffstat:

 pkgtools/pkglint/files/makevars.map |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a460fb90eead -r 7f925e242aa7 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Thu Nov 09 22:26:18 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Thu Nov 09 22:29:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.142 2006/11/01 09:14:45 joerg Exp $
+# $NetBSD: makevars.map,v 1.143 2006/11/09 22:29:29 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -238,6 +238,7 @@
 DEPENDS                        InternalList of DependencyWithPath [$package_list]
 DEPENDS_TARGET         List of Identifier [$user]
 DESCR_SRC              List of Pathname [m:s,c:ds]
+DESTDIR                        Pathname [$system]
 DEVOSSAUDIO            Pathname [$system]
 DEVOSSSOUND            Pathname [$system]
 DISTFILES              List of Filename [$package_list]
@@ -645,10 +646,10 @@
 USE_GNU_ICONV          Yes [m:s,c:s,o:s]
 USE_GNU_READLINE       Yes [m:s,c:s,o:s]
 USE_IMAKE              Yes [m:s]
-USE_JAVA               { run yes } [m:s]
-USE_JAVA2              { YES yes 1.4 1.5 } [m:s]
+USE_JAVA               { run yes } [$package]
+USE_JAVA2              { YES yes no 1.4 1.5 } [$package]
 USE_LANGUAGES          List of { c c++ fortran java objc } [m:s,c:s,o:s]
-USE_LIBTOOL            Yes [m:s,c:s]
+USE_LIBTOOL            Yes [$package]
 USE_MAKEINFO           Yes [$package]
 USE_MSGFMT_PLURALS     Yes [$package]
 USE_NCURSES            Yes [$package]



Home | Main Index | Thread Index | Old Index