pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files SITES.* may be used in package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0d0247006f4
branches:  trunk
changeset: 519318:d0d0247006f4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 01 14:38:07 2006 +0000

description:
SITES.* may be used in package Makefiles.

diffstat:

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

diffs (26 lines):

diff -r 0b3111dca56a -r d0d0247006f4 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Sun Oct 01 14:34:01 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Sun Oct 01 14:38:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.139 2006/09/27 15:10:45 joerg Exp $
+# $NetBSD: makevars.map,v 1.140 2006/10/01 14:38:07 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -259,6 +259,7 @@
 DL_LIBS                        List of LdFlag
 DOCOWN                 UserGroupName [$system]
 DOCGRP                 UserGroupName [$system]
+DOCMODE                        FileMode [$system]
 DOWNLOADED_DISTFILE    Pathname [$system]
 DO_NADA                        ShellCommand [$system]
 DYNAMIC_SITES_CMD      ShellCommand [$package]
@@ -595,7 +596,7 @@
 SHLIB_HANDLING         { YES NO no }
 SHLIBTOOL              ShellCommand []
 SHLIBTOOL_OVERRIDE     List of Pathmask [m:as,c:a]
-SITES.*                        List of URL [m:as,c:as,o:as]
+SITES.*                        List of URL [m:asu,c:asu,o:asu]
 SPECIAL_PERMS          List of ShellWord [$package_list]
 STEP_MSG               ShellCommand [$system]
 SUBDIR                 List of Filename [Makefile:a,*:]



Home | Main Index | Thread Index | Old Index