diff options
author | tv <tv@pkgsrc.org> | 1998-11-30 17:53:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-11-30 17:53:30 +0000 |
commit | c22efe6a2ea1627a03b4c590908c68b5c451a513 (patch) | |
tree | 2435ecdf69983d648d95a72ad4b4c54fd6b8e68f /devel | |
parent | e49116f605523f6898b085f638960598ec1fe385 (diff) | |
download | pkgsrc-c22efe6a2ea1627a03b4c590908c68b5c451a513.tar.gz |
Wildcardify CONFLICTS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 8353aa0386c..dbd35aa91dc 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/10/11 17:37:59 frueauf Exp $ +# $NetBSD: Makefile,v 1.16 1998/11/30 17:53:30 tv Exp $ # DISTNAME= cvs-1.10 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://download.cyclic.com/pub/${DISTNAME}/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.cyclic.com/cvs/info.html -CONFLICTS= cvs-1.9 cvs-1.9.26 cvs-1.9.27 cvs-1.9.28 cvs-1.9.29 cvs-1.9.30 +CONFLICTS= cvs-1.9* GNU_CONFIGURE= yes USE_GTEXINFO= yes |