diff options
author | Philip Paeps <philip@FreeBSD.org> | 2006-06-18 12:41:44 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2006-06-18 12:41:44 +0000 |
commit | db065e30d0c2b9adcd9b039fa98fd052aa01ba51 (patch) | |
tree | 1f3c893b7a03e67474d169822d997a6d8fdb8b4c /lang/lua/Makefile | |
parent | 0fed778c7f98fb1f1fbe62062b36fe626ce19a66 (diff) | |
download | ports-db065e30d0c2b9adcd9b039fa98fd052aa01ba51.tar.gz ports-db065e30d0c2b9adcd9b039fa98fd052aa01ba51.zip |
Notes
Diffstat (limited to 'lang/lua/Makefile')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 9801b647d43b..e0eb993a4a0d 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -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} |