From owner-freebsd-ports@FreeBSD.ORG Thu Jan 28 17:07:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19F43106568F for ; Thu, 28 Jan 2010 17:07:54 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4078FC1F for ; Thu, 28 Jan 2010 17:07:53 +0000 (UTC) Received: by ewy10 with SMTP id 10so997089ewy.3 for ; Thu, 28 Jan 2010 09:07:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=cO1DwDqWbBUrao9TMAsUn0vyBWjXjl0zMWFVBHkaN8c=; b=aSITAX7XA8PMfLZFP87qhg4W4cKNm7M8PCMIIQaBSa5XGp6mAlt31P9aR/hZpxbvDo 0eGpRvPwhgNhUm7SJxT2JqvZyVC81c+odOGbRYmlT+0u9u1z5L6W/wBUWaU6owt3+mi6 XPPWbOcC+0pz0eLEhlgZ8BLRHk4d9eKvR16rQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wsqyOqrSwY5mSAFmyB66+EVVByHfuFAKpGUf9Q0+yTy/GaO9cU29f/PeyH8jK7VW90 4ii0/0cuzXGDTn1EhbbdrKE8fqpuUJDzbwhFsTtMRGr3efAh69wXysgk7oWpgJahgeib wWwMIinIMk6wU5O0p7f4zT0H3JuPzgB5Wv9HY= MIME-Version: 1.0 Received: by 10.216.89.8 with SMTP id b8mr669950wef.180.1264698472348; Thu, 28 Jan 2010 09:07:52 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Jan 2010 12:07:50 -0500 Message-ID: From: "b. f." To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Rainer Hurling Subject: Re: Need help with new port math/ggobi 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: Thu, 28 Jan 2010 17:07:54 -0000 On 1/28/10, b. f. wrote: > Rainer Hurling wrote: > Don't write into /etc, except in special cases. Use ${PREFIX}/etc > instead. Also, do something like: > > post-install: > ${MKDIR} /etc/xdg/ggobi Obviously, I should have written the above line as: ${MKDIR} ${PREFIX}/etc/xdg/ggobi b.