mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Make lua always respect ${LOCALBASE}.
PR: ports/98998 Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
This commit is contained in:
parent
0fed778c7f
commit
db065e30d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165684
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= lua
|
||||
PORTVERSION= 5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.lua.org/ftp/ \
|
||||
ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
|
||||
@ -24,6 +25,9 @@ MAKE_ARGS= bsd
|
||||
|
||||
CONFLICTS= lua-4* lua-5.0*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user