diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /shells/bash2 | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index c33cc2fd0df..0268421b077 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/01/14 14:52:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/20 22:48:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -18,8 +18,6 @@ DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html -CONFLICTS= bash-2.02 - GNU_CONFIGURE= yes USE_GTEXINFO= yes |