From 7172f1a90062b3e176eedebdbd1c6bbb93c78bc9 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 28 Nov 2005 11:21:40 +0000 Subject: Prevent building on anything besides tinderboxes by checking the existence of an unique variable. Requested by: kris@ --- ports-mgmt/instant-tinderbox/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ports-mgmt') diff --git a/ports-mgmt/instant-tinderbox/Makefile b/ports-mgmt/instant-tinderbox/Makefile index f3088c3a3ace..34f9543df563 100644 --- a/ports-mgmt/instant-tinderbox/Makefile +++ b/ports-mgmt/instant-tinderbox/Makefile @@ -13,6 +13,10 @@ DISTFILES= MAINTAINER= edwin@mavetju.org COMMENT= Build a whole bunch of often-required ports for a tinderbox environment +.if !defined(TINDERD_SLEEPTIME) +IGNORE= should only be build from within a Tinderbox environment +.endif + ############################################################################### USE_SDL= ${_USE_SDL_ALL} -- cgit v1.2.3