diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 08:56:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 08:56:54 +0000 |
commit | 11fff799651ef9c97f27d531848d33a0a9933bc6 (patch) | |
tree | c5d0d5875a3d073627fc5299dda4118178525aeb /pkgtools/pkglint | |
parent | 329f8496344c9fead0778b09e164755d3bc5897e (diff) | |
download | pkgsrc-11fff799651ef9c97f27d531848d33a0a9933bc6.tar.gz |
DISTNAME is optional now.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 3e4f8e4f2c7..43162e9218e 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.863 2014/03/02 08:39:01 obache Exp $ +# $NetBSD: pkglint.pl,v 1.864 2014/03/02 08:56:54 obache Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -4936,7 +4936,7 @@ sub checklines_package_Makefile_varorder($) { ], [ "Unsorted stuff, part 1", once, [ - [ "DISTNAME", once ], + [ "DISTNAME", optional ], [ "PKGNAME", optional ], [ "PKGREVISION", optional ], [ "SVR4_PKGNAME", optional ], |