diff options
author | rh <rh@pkgsrc.org> | 2002-04-18 21:36:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-18 21:36:21 +0000 |
commit | c69459e095d30078317949e9e1a136d0425275d3 (patch) | |
tree | c1d841cfb806ba22c50bc930f48950a040c8ffd8 /devel | |
parent | b905c0d8debe88207662db1769d6c1d2c8fa35f2 (diff) | |
download | pkgsrc-c69459e095d30078317949e9e1a136d0425275d3.tar.gz |
Remove the '-devel' part from the actual package name so this can be
used as a drop-in replacement for 'autoconf' without unnecessarily updating
dependencies all over the place.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/autoconf-devel/Makefile b/devel/autoconf-devel/Makefile index 3df3bb98c5c..60694644792 100644 --- a/devel/autoconf-devel/Makefile +++ b/devel/autoconf-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/04/14 15:45:36 christos Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/18 21:36:21 rh Exp $ DISTNAME= autoconf-2.53 -PKGNAME= autoconf-devel-2.53 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} @@ -11,7 +10,7 @@ COMMENT= Generates automatic source code configuration scripts DEPENDS= m4-1.4:../../devel/m4 -CONFLICTS= autoconf-[0-9]* +CONFLICTS= autoconf-devel-[0-9]* USE_BUILDLINK_ONLY= YES |