diff options
author | rillig <rillig> | 2006-11-09 22:29:29 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-09 22:29:29 +0000 |
commit | 6f59e909265c2160a965cb34f94951033e8a086f (patch) | |
tree | 0c561966fb004ebc74fa3980baf0c877d7595807 /pkgtools | |
parent | 8fc7d5ef775a1230c6d5db46919ba7bd3b095770 (diff) | |
download | pkgsrc-6f59e909265c2160a965cb34f94951033e8a086f.tar.gz |
Some minor tweaks; added DESTDIR.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index f84d3a798be..5eeab50d683 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -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 @@ DELAYED_WARNING_MSG ShellCommand [$system] 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_CONFIGURE_HOST YesNo [$package] 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] |