From 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 17:13:42 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3) --- devel/ossp-cfg/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'devel/ossp-cfg') diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 8121b9ee5790..b0473843f328 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ossp-cfg -# Date created: 2003-01-31 -# Whom: Alan Eldridge -# +# Created by: Alan Eldridge # $FreeBSD$ -# PORTNAME= cfg PORTVERSION= 0.9.11 @@ -26,4 +22,5 @@ MAN3= cfg.3 check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +NO_STAGE= yes .include -- cgit