diff options
author | salo <salo@pkgsrc.org> | 2004-05-10 08:53:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-05-10 08:53:05 +0000 |
commit | 6fbe8cb2a74c544750e5660cfcf48022f9c0e95e (patch) | |
tree | 7eda9003e2bbe0276588e35b42bd427e1356cd76 /pkgtools/pkglint/Makefile | |
parent | 1b2d754678a77170ff067e03edbad5b4ece823e0 (diff) | |
download | pkgsrc-6fbe8cb2a74c544750e5660cfcf48022f9c0e95e.tar.gz |
Welcome to 3.75.
Use real value of PKGNAME, suppress bogus warnings when PKGNAME is created
from altering DISTNAME with make modifiers (e.g., S or C).
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 86c3dba5e1d..8c9924ac8bc 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.187 2004/05/10 00:19:43 atatat Exp $ +# $NetBSD: Makefile,v 1.188 2004/05/10 08:53:05 salo Exp $ # -DISTNAME= pkglint-3.74 +DISTNAME= pkglint-3.75 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |