diff options
author | tron <tron@pkgsrc.org> | 2005-01-12 11:31:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-01-12 11:31:19 +0000 |
commit | 91f4db237ea05c417388941f617e3acf76a3e7d8 (patch) | |
tree | a498a17ca2f7116fb0556c212a52556a8f67bd6f | |
parent | aaab8e1464749f2782c423083c5faa56cc9431d2 (diff) | |
download | pkgsrc-91f4db237ea05c417388941f617e3acf76a3e7d8.tar.gz |
Add the package revision to "DISTNAME" is plain wrong. Set "PKGREVISION"
instead.
-rw-r--r-- | x11/xlockmore/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 3aabd39f6cf..6041dd31e1b 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2005/01/11 22:56:34 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/01/12 11:31:19 tron Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,8 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.14.1nb1 +DISTNAME= xlockmore-5.14.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ |