diff options
author | rillig <rillig@pkgsrc.org> | 2005-02-12 11:27:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-02-12 11:27:14 +0000 |
commit | e556247a8396200654be918c41640385d99b2761 (patch) | |
tree | f5a7ec9ec2a7b9bda117596cb08d1af8e8b2f808 /pkgtools | |
parent | 65dc7d7cf7ac16990928d80f3072141da644d805 (diff) | |
download | pkgsrc-e556247a8396200654be918c41640385d99b2761.tar.gz |
Added type checking for Makefile variables. The typechecking is
experimental and has been announced on tech-pkg to make the package
developers aware of it.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/PLIST b/pkgtools/pkglint/PLIST index 7d09272fae3..6304593dea1 100644 --- a/pkgtools/pkglint/PLIST +++ b/pkgtools/pkglint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:31:44 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/02/12 11:27:14 rillig Exp $ bin/lintpkgsrc bin/pkglint bin/plist-clash @@ -6,3 +6,4 @@ man/cat1/lintpkgsrc.0 man/cat1/pkglint.0 man/man1/lintpkgsrc.1 man/man1/pkglint.1 +share/pkglint/makevars.map |