From 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:36:50 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: www) --- www/zen-cart/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/zen-cart/Makefile') diff --git a/www/zen-cart/Makefile b/www/zen-cart/Makefile index ef29dc278bbf..96f989f56986 100644 --- a/www/zen-cart/Makefile +++ b/www/zen-cart/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zen-cart -# Date created: 6 June 2011 -# Whom: Beech Rintoul -# +# Created by: Beech Rintoul # $FreeBSD$ -# PORTNAME= zen-cart PORTVERSION= 1.3.9h @@ -31,6 +27,7 @@ SUB_LIST= WWWDIR="${WWWDIR}" PORTNAME="${PORTNAME}" PLIST_SUB+= WWWDIR=${WWWDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} EXAMPLESDIR_REL=${EXAMPLESDIR_REL} \ PORTNAME=${PORTNAME} +NO_STAGE= yes do-install: @if [ ! -d ${WWWDIR} ]; then mkdir ${WWWDIR} ; fi @cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${EXAMPLESDIR} && rm -rf ${WRKSRC}/docs -- cgit v1.2.3