From owner-freebsd-ports Sun May 28 18:14:18 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09029 for ports-outgoing; Sun, 28 May 1995 18:14:18 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA09023 for ; Sun, 28 May 1995 18:14:16 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id SAA08737; Sun, 28 May 1995 18:14:05 -0700 Date: Sun, 28 May 1995 18:14:05 -0700 Message-Id: <199505290114.SAA08737@silvia.HIP.Berkeley.EDU> To: jhs@vector.eikon.e-technik.tu-muenchen.de CC: ports@FreeBSD.org In-reply-to: <199505281151.NAA09689@vector.eikon.e-technik.tu-muenchen.de> (message from Julian Howard Stacey on Sun, 28 May 1995 13:51:04 +0200) Subject: Re: ports/Makefile SUBDIR=bla..bla to SUBDIR?=bla..bla From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk * it will allow us (those of us without a gig disc to spare for ports) * to compile much of ports without all ( I for instance have set a SUBDIR in my * .cshrc that skips japanese & russian & games & audio ) Setting SUBDIR in your environment is not the correct way to do this, among other things it will screw up some ports that include some other bsd.*.mk (eispack? or something) 'cause they use the SUBDIR too. For skipping individual ports or subtrees, you can use DUDS, as in make package DUDS="japanese russian games audio" Satoshi