Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2000 14:20:04 -0800 (PST)
From:      Ade Lovett <ade@lovett.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16823: update port: audio/soundtracker
Message-ID:  <200002192220.OAA80450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16823; it has been noted by GNATS.

From: Ade Lovett <ade@lovett.com>
To: Kristopher Zentner <kzentner@u.washington.edu>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002192220.OAA80450>