aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-19 17:34:40 +0800
committerbapt <bapt@FreeBSD.org>2013-11-19 17:34:40 +0800
commitc5a34892f1e5b89027e0edcb0f2e6ea355dcc283 (patch)
treef2a8684234351ef2a13cac783765c86c0a4c2db3
parent6ab143d7091d1586500975f2504ecf9ef210f4f0 (diff)
downloadfreebsd-ports-gnome-c5a34892f1e5b89027e0edcb0f2e6ea355dcc283.tar.gz
freebsd-ports-gnome-c5a34892f1e5b89027e0edcb0f2e6ea355dcc283.tar.zst
freebsd-ports-gnome-c5a34892f1e5b89027e0edcb0f2e6ea355dcc283.zip
Fix package name collision
-rw-r--r--lang/lua52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile
index 5e7d740d56ec..4bad347826f0 100644
--- a/lang/lua52/Makefile
+++ b/lang/lua52/Makefile
@@ -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>