From e598d34341b62529b9ef63db27d571f9bcb8c766 Mon Sep 17 00:00:00 2001 From: bapt 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/fcgi/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/fcgi') diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 4b5125dc2f00..b02a02432883 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcgi-devkit -# Date created: 13 May 1999 -# Whom: kbyanc -# +# Created by: kbyanc # $FreeBSD$ -# PORTNAME= fcgi PORTVERSION= 2.4.0 @@ -23,6 +19,7 @@ MAN1= cgi-fcgi.1 MAN3= FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 \ FCGI_StartFilterData.3 +NO_STAGE= yes post-install: .for y in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/${y} ${MANPREFIX}/man/man1 -- cgit