From 75949a996e39878559ea48f6a2aacba0821c3f90 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 17:03:26 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) --- devel/arduino-mk/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'devel/arduino-mk') diff --git a/devel/arduino-mk/Makefile b/devel/arduino-mk/Makefile index 0d19d3ba514d..147a89db39f8 100644 --- a/devel/arduino-mk/Makefile +++ b/devel/arduino-mk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-mk -# Date created: 27 Feb 2011 -# Whom: Craig Leres -# +# Created by: Craig Leres # $FreeBSD$ -# PORTNAME= arduino-mk PORTVERSION= 0.10 @@ -28,6 +24,7 @@ NO_BUILD= yes OPTIONS_DEFINE+= DOCS EXAMPLES +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) -- cgit