diff options
author | netchild <netchild@FreeBSD.org> | 2005-04-10 18:32:06 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-04-10 18:32:06 +0000 |
commit | b8dc825387dbf3675d5fa5c0169743799dac013a (patch) | |
tree | 6e0844bee2667d79f1b13b5bef82f570d67c3afc /lang | |
parent | 40fd39bb187fd8bcd44411523bf874fe3693f98d (diff) | |
download | FreeBSD-ports-b8dc825387dbf3675d5fa5c0169743799dac013a.zip FreeBSD-ports-b8dc825387dbf3675d5fa5c0169743799dac013a.tar.gz |
Correct the syntax of the expiration date. This is what you get by just
reading the implementation, but not the docs...
Pointyhat kindly provided by: krion
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc27/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc28/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index ca0a8c5..6cf3d455 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -21,7 +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 +EXPIRATION_DATE= 2005-06-10 ONLY_FOR_ARCHS= i386 NO_CDROM= 'old version, not worth the cost in real estate' diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index b27b4c9..c4bdfac 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -22,7 +22,7 @@ NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc28 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 +EXPIRATION_DATE= 2005-06-10 .include <bsd.port.pre.mk> |