From owner-freebsd-ports@FreeBSD.ORG Sun Feb 18 15:16:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3097D16A400 for ; Sun, 18 Feb 2007 15:16:46 +0000 (UTC) (envelope-from alfredoj69@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id EBB1913C441 for ; Sun, 18 Feb 2007 15:16:45 +0000 (UTC) (envelope-from alfredoj69@gmail.com) Received: by wr-out-0506.google.com with SMTP id i22so1335534wra for ; Sun, 18 Feb 2007 07:16:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=n2tk8D03l1gnMjJOx2L/bHGW5wfSUCBPhkWbq2RcSj8EXZ8kX0bUjzagrLkL2wlNAs/tSBHbR4OUoE4sswoSO/eOlf+AzxTEXlI2vL7Y+eTutF8hir2k+q81NbYEH/iwQJ4PfpTsKsdmk9tEkVJcrZMWfAvlm0I4O19tP1nLgiQ= Received: by 10.114.78.1 with SMTP id a1mr2575237wab.1171810124898; Sun, 18 Feb 2007 06:48:44 -0800 (PST) Received: by 10.114.120.5 with HTTP; Sun, 18 Feb 2007 06:48:44 -0800 (PST) Message-ID: Date: Sun, 18 Feb 2007 09:48:44 -0500 From: "Alfredo Perez" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error trying to create tmp directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2007 15:16:46 -0000 I am in the process of creating the pkg-plist of my port imgseek I issue this command: "mkdir /var/tmp/$(make -V imgseek) and I get the following error: "Illegal variable name" Does anybody know why and where is my mistake? Thanks