diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-06-02 12:24:55 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-06-02 12:24:55 +0000 |
commit | 795f5e2d74e5b616d2a447adfa12e414b97c94ca (patch) | |
tree | 36503e7912e97b902ea6b774a04d8c3067da41f8 /pkgtools/pkglint/Makefile | |
parent | 6794b84d26b9ba62c60eeaae8b928f220ea37a3b (diff) | |
download | pkgsrc-795f5e2d74e5b616d2a447adfa12e414b97c94ca.tar.gz |
Do not treat variable GNU_PROGRAM_PREFIX as a special one.
Dump version.
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 7934790d3da..4a72bea4259 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.400 2012/04/08 04:42:39 sbd Exp $ +# $NetBSD: Makefile,v 1.401 2012/06/02 12:24:55 cheusov Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.108 +DISTNAME= pkglint-4.109 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |