diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/tolua | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) |
Notes
Diffstat (limited to 'lang/tolua')
-rw-r--r-- | lang/tolua/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile index 1afd3c31ab27..78bc38e77c69 100644 --- a/lang/tolua/Makefile +++ b/lang/tolua/Makefile @@ -1,10 +1,5 @@ -# -# New ports collection makefile for: tolua -# Date created: 21 November 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= tolua PORTVERSION= 5.1.3 @@ -19,6 +14,7 @@ USE_GMAKE= yes USE_LUA= 5.1 WRKSRC= ${WRKDIR}/${PORTNAME}-5.1.3 +NO_STAGE= yes post-extract: ${RM} ${WRKSRC}/src/bin/tolua_lua.o |