From 260207ce91e2656af49dbcb8b2556c315389b3a2 Mon Sep 17 00:00:00 2001 From: bapt 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/exslt/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textproc/exslt') diff --git a/textproc/exslt/Makefile b/textproc/exslt/Makefile index 30fcd1e21abc..d9fca6250efc 100644 --- a/textproc/exslt/Makefile +++ b/textproc/exslt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: exslt -# Date created: 2004-07-08 -# Whom: Herve Quiroz -# +# Created by: Herve Quiroz # $FreeBSD$ -# PORTNAME= exslt PORTVERSION= 2003.10.24 @@ -21,6 +17,7 @@ NO_BUILD= yes DATAFILES= base.css date dyn exsl func howto.html index.html math random regexp set str +NO_STAGE= yes do-install: @${ECHO_MSG} ">> Installing stylesheets and documentation in ${DATADIR}" @${MKDIR} ${DATADIR} -- cgit