From owner-freebsd-ports@FreeBSD.ORG Thu Jun 17 15:31:36 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 8534216A4CE for ; Thu, 17 Jun 2004 15:31:36 +0000 (GMT) Received: from hourri.hittite.isp.9tel.net (hourri.hittite.isp.9tel.net [62.62.156.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A2B43D39 for ; Thu, 17 Jun 2004 15:31:36 +0000 (GMT) (envelope-from clefevre-lists@9online.fr) Received: from pc2k (28-216-118-80.kaptech.net [80.118.216.28]) by hourri.hittite.isp.9tel.net (Postfix) with SMTP id DCB67157DA8; Thu, 17 Jun 2004 17:39:49 +0200 (CEST) Message-ID: <04c601c4547b$11cf85e0$7890a8c0@dyndns.org> From: "Cyrille Lefevre" To: "Sam Lawrance" , References: <1087444685.904.16.camel@dirk> Date: Thu, 17 Jun 2004 16:55:01 +0200 Organization: ACME MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: pkg-plist and installing under multiple prefixes 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: Thu, 17 Jun 2004 15:31:36 -0000 "Sam Lawrance" wrote: > > I'm porting a binary distributiono of a java application. > > Like a number of similar ports, it installs into ${PREFIX}/${PORTNAME}. > I want to also install gnome application entries, but these are usually > under ${X11BASE}/share/gnome/applications. > > Just doing > > PLIST_FILES += ${X11BASE}/share/gnome/applications/xyzzy.desktop PLIST_FILES += @cwd %%X11BASE%% PLIST_FILES += share/gnome/applications/xyzzy.desktop ... PLIST_FILES += @cwd %%PREFIX%% not tested, but should work. Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net