diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-04-06 17:50:44 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-04-06 17:50:44 +0000 |
commit | 582adbdb84380a3c242a3b78cac14aab085303d8 (patch) | |
tree | 2adb62671c820689d15515e632a31668e511acab /lang/lua/Makefile | |
parent | Update to bug-fix release 5.1.5. (diff) |
Bring in additional changes by ohauer to preserve LUA_LDIR/LUA_CDIR.
Submitted by: ohauer
PR: ports/166540
Feature safe: yes
Diffstat (limited to '')
-rw-r--r-- | lang/lua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 50e861c8a8a8..b705d988041e 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 5.1.5 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.ntua.gr/pub/lang/lua/ \ |