diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-31 08:18:03 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-31 08:18:03 +0800 |
commit | 615f4672c906d889184e27f9716e99deb3333d21 (patch) | |
tree | 776b5f1c98e15b2f8cf7bb9e092d211d28594948 /lang | |
parent | 5df9980f5e3704883ddcda167ee2362465271a4b (diff) | |
download | freebsd-ports-gnome-615f4672c906d889184e27f9716e99deb3333d21.tar.gz freebsd-ports-gnome-615f4672c906d889184e27f9716e99deb3333d21.tar.zst freebsd-ports-gnome-615f4672c906d889184e27f9716e99deb3333d21.zip |
Take maintainership.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc295/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 12cc2b2d094e..af70d35aa1cb 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= releases/gcc-2.95.3 DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ gcc-g++-${GCC_REV}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@FreeBSD.org COMMENT= GNU Compiler Collection ONLY_FOR_ARCHS= alpha i386 @@ -24,7 +24,7 @@ USE_BZIP2= yes LATEST_LINK= gcc295 .ifdef USE_GCC -IGNORE= Cannot install: you have the `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again +IGNORE= Cannot install: you have the 'USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again .endif .include <bsd.port.pre.mk> |