diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/EZWGL/Makefile | |
parent | Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff) |
PORTNAME / PORTVERSION syntax conversion
Notes
Notes:
svn path=/head/; revision=27470
Diffstat (limited to 'graphics/EZWGL/Makefile')
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index db1c361a7a96..76df26fb882f 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: EZWGL -# Version required: 1.40 # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= EZWGL-1.40c +PORTNAME= EZWGL +PORTVERSION= 1.40c CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ DISTFILES= EZWGL-1.40-doc.tgz ${DISTNAME}-src.tgz |