Date: Thu, 17 Jun 2004 13:58:06 +1000 From: Sam Lawrance <boris@brooknet.com.au> To: ports@freebsd.org Subject: pkg-plist and installing under multiple prefixes Message-ID: <1087444685.904.16.camel@dirk>
next in thread | raw e-mail | index | archive | help
Hi, 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 doesn't work, as ${PREFIX} is tacked on to the beginning so the plist ends up containing ${PREFIX}/${X11BASE}/share/gnome/applications/xyzzy.desktop Any pointers? -Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1087444685.904.16.camel>