diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-10 14:40:57 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-10 14:40:57 +0000 |
commit | 97f1488669304a388046746fab133f7c638b8c2f (patch) | |
tree | 805e35d4074700e3c937ac0744a482e65ad12dad | |
parent | 96b0cee58812c913469b8e1fdc44376ca6f484c6 (diff) |
Set expiration date to 20050610.
Requested by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=132883
-rw-r--r-- | lang/gcc27/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 0780dd5f508c..ca0a8c521627 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -21,6 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead" +EXPIRATION_DATE= 20050610 ONLY_FOR_ARCHS= i386 NO_CDROM= 'old version, not worth the cost in real estate' |