diff options
author | hubertf <hubertf> | 1999-02-25 22:11:14 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-25 22:11:14 +0000 |
commit | 561bf47b237cbfb23b687b0e685926041a922c7c (patch) | |
tree | a4e1f0a5d03bfbbe47497600f8774b8acb13da96 /pkgtools | |
parent | 7489962e4f06c5b823e816fbbf901dc8fca40c64 (diff) | |
download | pkgsrc-561bf47b237cbfb23b687b0e685926041a922c7c.tar.gz |
remove redundant CONFLICTS line
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglibtool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile index 0a98557efe1..205ab333497 100644 --- a/pkgtools/pkglibtool/Makefile +++ b/pkgtools/pkglibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/02/25 22:11:14 hubertf Exp $ # DISTNAME= libtool-1.2 @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.profitpress.com/libtool/ -CONFLICTS= pkglibtool-* - GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" |