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/lua/Makefile | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/lua/Makefile')
-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 af10ef8..33420da 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 |