diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/lua/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to '')
-rw-r--r-- | lang/lua/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index af10ef8b728c..33420da5a727 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: lua -# Version required: 3.2.2 # Date created: 27 June 1999 # Whom: Richard Kiss <richard@homemail.com> # # $FreeBSD$ # -DISTNAME= lua-3.2 -PKGNAME= lua-3.2.2 +PORTNAME= lua +PORTVERSION= 3.2.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://csg.uwaterloo.ca/pub/lhf/lua/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://ftp.ntua.gr/pub/lang/lua/ \ ftp://ftp.uni-trier.de/pub/languages/lua/ \ ftp://ftp.gwdg.de/pub/languages/lua/ +DISTNAME= lua-3.2 MAINTAINER= richard@homemail.com |