diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-29 12:50:38 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-29 12:50:38 +0000 |
commit | 6249f2ec357f869670a8177e18af6b43eac09e28 (patch) | |
tree | 87f83d64b2d64ff4a8dd151676b3c0f874de3a56 /devel | |
parent | ba6c3a4f27e3019f8bf44be3b27b61cf7a8686be (diff) | |
download | FreeBSD-ports-6249f2ec357f869670a8177e18af6b43eac09e28.zip FreeBSD-ports-6249f2ec357f869670a8177e18af6b43eac09e28.tar.gz |
Fix the my previous commit, CONFLICTS gets feeded into ls, so it has
to be a shell glob pattern to detect all versions of the port.
Noticed by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/antlr/Makefile | 2 | ||||
-rw-r--r-- | devel/pccts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 6b13cc6..2060c8f 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mainland@apeiron.net COMMENT= ANTLR: ANother Tool for Language Recognition -CONFLICTS= pccts +CONFLICTS= pccts* USE_GMAKE= yes USE_JAVA= 1.2+ diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 752961a..31a21d0 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -15,7 +15,7 @@ DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The Purdue Compiler Construction Tool Set -CONFLICTS= antlr +CONFLICTS= antlr* USE_ZIP= yes WRKSRC= ${WRKDIR}/pccts |