From owner-freebsd-ports@FreeBSD.ORG Tue Nov 23 09:05:16 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3340616A516 for ; Tue, 23 Nov 2004 09:05:16 +0000 (GMT) Received: from ha-smtp0.tiscali.nl (smtp-b2c.tiscali.nl [195.241.80.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3F143D31 for ; Tue, 23 Nov 2004 09:05:15 +0000 (GMT) (envelope-from a.nooit@12move.nl) Received: from luckyluke (xs195-241-27-138.dial.12move.nl [195.241.27.138]) by ha-smtp0.tiscali.nl (Postfix) with SMTP id C36179F8073 for ; Tue, 23 Nov 2004 10:05:13 +0100 (CET) From: "A. Nooitgedagt" To: Date: Tue, 23 Nov 2004 10:05:12 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Pass variable to pkg-install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 09:05:16 -0000 Hello, How can I pass a variable like "GROUP" from Makefile to pkg-install? pkg_install needs to do things depending on a variable in Makefile. Is there something like PINSTALL_SUB like PLIST_SUB? SCRIPTS_ENV or " MAKE_ENV GROUP=${GROUP} " didn't work (in Makefile) Neither did " GROUP?=${GROUP} " (in pkg_install; where "?=" doesn't seem to be allowed.) Sorry, I'm new to this list. Aldert