Added the INSTALL_* commands and the MASTER_SITE_* URL lists.
This commit is contained in:
parent
feec3ea1b5
commit
3ef0c9d6c9
1 changed files with 36 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: makevars.map,v 1.67 2006/02/26 17:40:44 rillig Exp $
|
||||
# $NetBSD: makevars.map,v 1.68 2006/02/28 00:17:29 rillig Exp $
|
||||
#
|
||||
|
||||
# This file contains the guessed type of some variables, according to
|
||||
|
@ -181,12 +181,25 @@ INCOMPAT_CURSES List of PlatformTriple
|
|||
INFO_DIR Pathname
|
||||
# ^^ relative to PREFIX
|
||||
INFO_FILES List of Pathmask
|
||||
INSTALL ShellCommand
|
||||
INSTALLATION_DIRS List of Pathname
|
||||
INSTALL_DATA ShellCommand
|
||||
INSTALL_DATA_DIR ShellCommand
|
||||
INSTALL_DIRS List of WrksrcSubdirectory
|
||||
INSTALL_EXTRA_TMPL List+ of Pathname
|
||||
INSTALL_FILE Pathname
|
||||
INSTALL_GAME ShellCommand
|
||||
INSTALL_GAME_DATA ShellCommand
|
||||
INSTALL_LIB ShellCommand
|
||||
INSTALL_LIB_DIR ShellCommand
|
||||
INSTALL_MAKE_FLAGS List+ of ShellWord
|
||||
INSTALL_MAN ShellCommand
|
||||
INSTALL_MAN_DIR ShellCommand
|
||||
INSTALL_PROGRAM ShellCommand
|
||||
INSTALL_PROGRAM_DIR ShellCommand
|
||||
INSTALL_SCRIPT ShellCommand
|
||||
INSTALL_SCRIPTS_ENV List+ of ShellWord
|
||||
INSTALL_SCRIPT_DIR ShellCommand
|
||||
INSTALL_TARGET List of Identifier
|
||||
INSTALL_UNSTRIPPED YesNo
|
||||
INTERACTIVE_STAGE List of { fetch extract configure build install }
|
||||
|
@ -217,6 +230,28 @@ MANCOMPRESSED YesNo
|
|||
MANCOMPRESSED_IF_MANZ Yes
|
||||
MANZ Yes
|
||||
MASTER_SITES List of URL
|
||||
MASTER_SITE_APACHE List of URL
|
||||
MASTER_SITE_BACKUP List of URL
|
||||
MASTER_SITE_CYGWIN List of URL
|
||||
MASTER_SITE_DEBIAN List of URL
|
||||
MASTER_SITE_FREEBSD List of URL
|
||||
MASTER_SITE_FREEBSD_LOCAL List of URL
|
||||
MASTER_SITE_GNOME List of URL
|
||||
MASTER_SITE_GNU List of URL
|
||||
MASTER_SITE_GNUSTEP List of URL
|
||||
MASTER_SITE_IFARCHIVE List of URL
|
||||
MASTER_SITE_MOZILLA List of URL
|
||||
MASTER_SITE_MYSQL List of URL
|
||||
MASTER_SITE_OPENOFFICE List of URL
|
||||
MASTER_SITE_PERL_CPAN List of URL
|
||||
MASTER_SITE_R_CRAN List of URL
|
||||
MASTER_SITE_SOURCEFORGE List of URL
|
||||
MASTER_SITE_SOURCEFORGE_JP List of URL
|
||||
MASTER_SITE_SUNSITE List of URL
|
||||
MASTER_SITE_SUSE List of URL
|
||||
MASTER_SITE_TEX_CTAN List of URL
|
||||
MASTER_SITE_XCONTRIB List of URL
|
||||
MASTER_SITE_XEMACS List of URL
|
||||
MASTER_SORT_REGEX List
|
||||
MESSAGE_SRC List of Pathname
|
||||
MESSAGE_SUBST List+ of ShellWord
|
||||
|
|
Loading…
Reference in a new issue