diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 13:57:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 13:57:35 +0000 |
commit | 84dc0f88aabbd3f47b266d8c5c3b017084edcfe3 (patch) | |
tree | d40028b79fcdce05d9630190ea0f8640fd021105 /doc | |
parent | 79a60fa31724291e5d3aff4aa4364879baf5863f (diff) | |
download | pkgsrc-84dc0f88aabbd3f47b266d8c5c3b017084edcfe3.tar.gz |
Updated pkglint to 4.36.
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/guide/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ebf9ff498b9..634fda83a77 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11823 2005/11/04 09:32:34 rillig Exp $ +$NetBSD: CHANGES,v 1.11824 2005/11/04 13:58:16 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5074,3 +5074,4 @@ Changes to the packages collection and infrastructure in 2005: Updated pkgtools/pkglint to 4.34 [rillig 2005-11-04] Added chat/iip version 1.1.0 [rillig 2005-11-04] Updated pkgtools/pkglint to 4.35 [rillig 2005-11-04] + Updated pkgtools/pkglint to 4.36 [rillig 2005-11-04] diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 75dfc71af12..f24bacfe015 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/11/03 01:57:15 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/04 13:58:17 rillig Exp $ # DISTNAME= htdocs-share-20050727 @@ -45,7 +45,7 @@ _GUIDE_OUTPUTS= ${OUTPUTS} pre-extract: ${MKDIR} ${WRKSRC} - @cd ${FILESDIR} && ${PAX} -rw . ${WRKSRC} + @${LN} -s ${FILESDIR}/* ${WRKSRC} do-build: .for _output_ in ${OUTPUTS} |