diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-01-29 10:40:03 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-01-29 10:40:03 +0000 |
commit | e03b87827689542ec6cb6fe2c8e8d4807982c752 (patch) | |
tree | ad73b986d5fe749c577e08d417c481ab4912b774 | |
parent | 4c795eafc7cb53ffb090852c826af110c4d9933a (diff) | |
download | pkgsrc-e03b87827689542ec6cb6fe2c8e8d4807982c752.tar.gz |
Use wilcards for CONFLICTS.
-rw-r--r-- | net/samba2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba2/Makefile b/net/samba2/Makefile index 3f8aedae84b..4113345b754 100644 --- a/net/samba2/Makefile +++ b/net/samba2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/01/21 15:07:59 bouyer Exp $ +# $NetBSD: Makefile,v 1.6 1999/01/29 10:40:03 bouyer Exp $ DISTNAME= samba-2.0.0 CATEGORIES= net @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.samba.org/pub/samba/ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.samba.org/ -CONFLICTS= samba-1.9.18p8 samba-1.9.18p10 samba-2.0.0beta* +CONFLICTS= samba-1.* samba-2.0.0beta* WRKSRC= ${WRKDIR}/${DISTNAME}/source GNU_CONFIGURE= yes |