summaryrefslogtreecommitdiff
path: root/devel/autoconf-devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-22 01:26:06 +0000
committerwiz <wiz@pkgsrc.org>2002-08-22 01:26:06 +0000
commitc8776bf506ef071b74dd52fa2526d4ac6f413cc9 (patch)
treeac08eff4d8520b1fc6b12c8720880879abdcc099 /devel/autoconf-devel
parentee616438d0d0ab86a9f90fe6800fcd130cd59015 (diff)
downloadpkgsrc-c8776bf506ef071b74dd52fa2526d4ac6f413cc9.tar.gz
Undo last.
Conflicts with PKGNAME-[0-9]* are automatic and don't have to be added. The CONFLICTS in this file was for a conflict with older version of this package, which had autoconf-devel as PKGNAME. Add a comment explaining this, since a lot of people don't realize it.
Diffstat (limited to 'devel/autoconf-devel')
-rw-r--r--devel/autoconf-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/autoconf-devel/Makefile b/devel/autoconf-devel/Makefile
index 6046d0fe183..8d997860350 100644
--- a/devel/autoconf-devel/Makefile
+++ b/devel/autoconf-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/08/22 01:22:14 grant Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/22 01:26:06 wiz Exp $
DISTNAME= autoconf-2.53
PKGREVISION= 1
@@ -11,7 +11,9 @@ COMMENT= Generates automatic source code configuration scripts
DEPENDS= m4-1.4:../../devel/m4
-CONFLICTS= autoconf-[0-9]*
+# The next line is for conflicts with old versions of this package,
+# which had autoconf-devel as PKGNAME.
+CONFLICTS= autoconf-devel-[0-9]*
USE_BUILDLINK_ONLY= YES