diff options
author | jlam <jlam@pkgsrc.org> | 2003-06-30 07:47:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-06-30 07:47:27 +0000 |
commit | 282ff5a49dbc0fd6eb8b6a84c367dbc8e977bd7c (patch) | |
tree | 4496c573d82a0560e6f65f32bcea159e1ec90c12 /x11 | |
parent | 4a8f4e55ebbf7f431a480e49165f45222dededdc (diff) | |
download | pkgsrc-282ff5a49dbc0fd6eb8b6a84c367dbc8e977bd7c.tar.gz |
Add a reminder to reset the PKGREVISIONs in the xlockmore* Makefiles if
this package is updated.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 91feacbf616..8b2791c8f4e 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,9 +1,12 @@ -# $NetBSD: Makefile.common,v 1.2 2003/06/30 07:45:48 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/06/30 07:47:27 jlam Exp $ # # This Makefile.common is included by: # -# x11/xlockmore -# x11/xlockmore-lite +# x11/xlockmore/Makefile +# x11/xlockmore-lite/Makefile +# +# If these packages are updated, please remember to reset any PKGREVISIONs +# in those Makefiles. DISTNAME= xlockmore-5.08.2 CATEGORIES= x11 |