diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-26 18:09:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-26 18:09:23 +0000 |
commit | 32435ef9f12a8da1978cb2123bb4c4a27d62d8a9 (patch) | |
tree | 27fd4106c3c08c5786e6ab0d0c299beacd5132b2 /pkgtools/pkglint/Makefile | |
parent | bd482791432be7fac5fa9382d4d2f124bb8996ce (diff) | |
download | pkgsrc-32435ef9f12a8da1978cb2123bb4c4a27d62d8a9.tar.gz |
rillig clarified:
"u" means "use at runtime", i.e. the variable may not be available
during preprocessing.
"t" wasn't used at all (my error -- wiz)
Bump 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 531b4c78d50..a939269e6bb 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.429 2013/05/06 02:53:24 obache Exp $ +# $NetBSD: Makefile,v 1.430 2013/05/26 18:09:23 wiz 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.129 +DISTNAME= pkglint-4.130 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |