diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /misc | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 469ae834bb5..ff7875aa35b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/11/30 17:45:17 tv Exp $ +# $NetBSD: Makefile,v 1.12 1999/02/20 22:48:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MAINTAINER= hubertf@netbsd.org -CONFLICTS= screen-3.7.[24] - GNU_CONFIGURE= yes INFO_FILES= screen.info |