From 0068f2d47fabca8b05218243fb099000a6413c86 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:17:30 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) --- textproc/luaexpat/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc/luaexpat') diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index 36d819d10e6c..dacd19bd174a 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: luaexpat -# Date created: 25 June 2009 -# Whom: Andrew Lewis -# +# Created by: Andrew Lewis # $FreeBSD$ -# PORTNAME= luaexpat PORTVERSION= 1.2.0 @@ -25,6 +21,7 @@ WANT_LUA_VER= 5.1 CFLAGS+= -fPIC +NO_STAGE= yes .include .if ${LUA_VER} == 5.0 -- cgit