From owner-freebsd-ports Sat Feb 19 14:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FC1A37BC1A for ; Sat, 19 Feb 2000 14:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80450; Sat, 19 Feb 2000 14:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 19 Feb 2000 14:20:04 -0800 (PST) Message-Id: <200002192220.OAA80450@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/16823: update port: audio/soundtracker Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16823; it has been noted by GNATS. From: Ade Lovett To: Kristopher Zentner Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16823: update port: audio/soundtracker Date: Sat, 19 Feb 2000 16:16:30 -0600 On Sat, Feb 19, 2000 at 12:51:23PM -0800, Kristopher Zentner wrote: > > [snip] > > The last line on PLIST is installed only when built with the gnome > option. I thought it would be best to add it anyhow. > > [...] > +/share/gnome/apps/Multimedia/soundtracker.desktop I don't think that initial / should be there. If it's only installed when USE_GNOME is set, either make a separate PLIST.gnome (probably overkill), or add something like: post-install: .if defined(USE_GNOME) @${ECHO} share/gnome/apps/Multimedia/soundtracker.desktop >> ${TMPPLIST} .endif Finally, if you want this file to be picked up by GNOME, then you'll need to add a: USE_X_PREFIX= yes to the Makefile, since GNOME itself expects to find pretty much everything under the same directory (in this case, /usr/X11R6). [Yes, I know thats less than optimal :(] -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message