Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 16:55:01 +0200
From:      "Cyrille Lefevre" <clefevre-lists@9online.fr>
To:        "Sam Lawrance" <boris@brooknet.com.au>, <ports@freebsd.org>
Subject:   Re: pkg-plist and installing under multiple prefixes
Message-ID:  <04c601c4547b$11cf85e0$7890a8c0@dyndns.org>
References:  <1087444685.904.16.camel@dirk>

next in thread | previous in thread | raw e-mail | index | archive | help
"Sam Lawrance" <boris@brooknet.com.au> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?04c601c4547b$11cf85e0$7890a8c0>