diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/gcc33/Makefile | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/gcc33/Makefile')
-rw-r--r-- | lang/gcc33/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index d6ee60d..34a87bd 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -1,6 +1,5 @@ # ex:ts=8 # Ports collection makefile for: egcs -# Version required: 0.0 # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # @@ -10,8 +9,8 @@ SNAPDATE= 2000-03-13 SNAPVER= ${SNAPDATE:S/-//g} -DISTNAME= gcc-2.96 -PKGNAME= gcc-devel-${SNAPVER} +PORTNAME= gcc-devel +PORTVERSION= ${SNAPVER} CATEGORIES= lang java MASTER_SITES= ftp://ftp.freesoftware.com/pub/egcs/snapshots/${SNAPDATE}/ \ ftp://egcs.cygnus.com/pub/egcs/snapshots/${SNAPDATE}/ \ |