mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix package name collision
This commit is contained in:
parent
0b3f2443eb
commit
e56b080b63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334290
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@ PORTVERSION= 5.2.2
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.lua.org/ftp/
|
||||
PKGNAMESUFFIX= ${LUA_VER_STR}
|
||||
|
||||
MAINTAINER= fiziologus@gmail.com
|
||||
COMMENT= Small, compilable scripting language providing easy access to C code
|
||||
|
@ -34,7 +35,6 @@ LDFLAGS+= -lm -pthread
|
|||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}
|
||||
LATEST_LINK= ${LUA_SUBDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue