Fix package name collision

This commit is contained in:
Baptiste Daroussin 2013-11-19 09:34:40 +00:00
parent 0b3f2443eb
commit e56b080b63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334290

View file

@ -6,6 +6,7 @@ PORTVERSION= 5.2.2
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ MASTER_SITES= http://www.lua.org/ftp/
PKGNAMESUFFIX= ${LUA_VER_STR}
MAINTAINER= fiziologus@gmail.com MAINTAINER= fiziologus@gmail.com
COMMENT= Small, compilable scripting language providing easy access to C code 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 MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}
LATEST_LINK= ${LUA_SUBDIR}
NO_STAGE= yes NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>