From 8d93f42ef721999db62ceafe3491b1bfe7cb7b01 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 2 Feb 2007 10:10:56 +0000 Subject: - Don't strip installed libraries PR: ports/108560 Submitted by: Richard S. Conto Approved by: Richard Kiss (maintainer) --- lang/lua50/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index 8803fe5496b7..fe7024f43f1f 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/Makefile @@ -7,7 +7,7 @@ PORTNAME= lua PORTVERSION= 5.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ @@ -66,8 +66,8 @@ do-install: # Libraries. ${MKDIR} ${LUA_LIBDIR} .for f in ${LUA_LIB} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${f}.a ${LUA_LIBDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${f}.so \ + ${INSTALL_DATA} ${WRKSRC}/lib/lib${f}.a ${LUA_LIBDIR} + ${INSTALL_DATA} ${WRKSRC}/lib/lib${f}.so \ ${LUA_LIBDIR}/lib${f}-${LUA_VER}.so.${LUA_VER_SH} @${LN} -sf lib${f}-${LUA_VER}.so.${LUA_VER_SH} ${LUA_LIBDIR}/lib${f}.so @${LN} -sf ${LUA_SUBDIR}/lib${f}-${LUA_VER}.so.${LUA_VER_SH} \ -- cgit