diff options
author | rillig <rillig> | 2015-03-11 19:09:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2015-03-11 19:09:38 +0000 |
commit | 526dd44338e2b11819a66e5239e78ad38ea79d49 (patch) | |
tree | 4a8bed7de4ddea60ad00a22a62ad48267b969dda /pkgtools | |
parent | 31bb5ad16f0ecefed2d8222da6a9a1d311387154 (diff) | |
download | pkgsrc-526dd44338e2b11819a66e5239e78ad38ea79d49.tar.gz |
Removed the comment about updating the version from the Makefile
I had used the pkglint_current tag in the past to summarize the changes
whenever I bumped the version number. In the last 7 years, this hasn't
been done, so there seems to be no need for it.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index afad3016694..03f8ec0b239 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,8 +1,5 @@ -# $NetBSD: Makefile,v 1.459 2015/03/11 19:05:58 rillig Exp $ +# $NetBSD: Makefile,v 1.460 2015/03/11 19:09:38 rillig 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. PKGNAME= pkglint-4.153 CATEGORIES= pkgtools |