diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:15:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:15:11 +0000 |
commit | e2657f7c1ec65a3c659aa2ee17ab2c1647874457 (patch) | |
tree | 460f207d367073c59158eef5820970754981b236 /lang/gcc30/Makefile | |
parent | Set LATEST_LINK to "iozone21" to avoid conflict with the package name (diff) |
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict
with each other's package link name.
(Maintainer timeout; I think it's too trivial to bother him with.)
Diffstat (limited to '')
-rw-r--r-- | lang/gcc30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 808f9783e42a..23dc280dc9d0 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -23,6 +23,8 @@ MAINTAINER= obrien@FreeBSD.org USE_BZIP2= yes +LATEST_LINK= gcc30 + PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure |