diff options
author | agc <agc@pkgsrc.org> | 1998-07-21 16:46:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-21 16:46:19 +0000 |
commit | 3bd03a208e57545b5c5351467f8626d1433406bc (patch) | |
tree | d86ce9cc76986b8157c5e4882c1cc3932796f899 /lang/f2c/Makefile | |
parent | 6fb0f26755c7f17ec8f86adef78bad890a9bf14c (diff) | |
download | pkgsrc-3bd03a208e57545b5c5351467f8626d1433406bc.tar.gz |
Correct the name of the conflicting package.
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index f155cbbc9af..d6d837586e7 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/21 16:40:45 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/21 16:46:19 agc Exp $ DISTNAME= f2c PKGNAME= f2c-19980516 @@ -10,6 +10,6 @@ MAINTAINER= mcmahill@alum.mit.edu EXTRACT_BEFORE_ARGS= -xvf -CONFLICTS= egcs-19980608 +CONFLICTS= egcs-current-19980608 .include "../../mk/bsd.pkg.mk" |