Skip site navigation (1)Skip section navigation (2)
Date:      6 Feb 2004 15:52:12 -0000
From:      tmseck-lists@netcologne.de (Thomas-Martin Seck)
To:        =?ISO-8859-1?Q?S=F8ren?= Debois <debois@diku.dk>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Substitution in pkg-message
Message-ID:  <20040206155212.5816.qmail@laurel.tmseck.homedns.org>
In-Reply-To: <20040206140230.GB10686@diku.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
* Søren Debois <debois@diku.dk> [gmane.os.freebsd.devel.ports]:

> I'd like my ports pkg-message to result in
> 
>        Please consult %%EXAMPLESDIR%%/README.FreeBSD
> 
> with %%EXAMPLESDIR%% expanded appropriately. Is this possible?

Of course:

post-install:
	@${SED} -e 's:%%EXAMPLESDIR%%:${EXAMPLESDIR}:g' <pkg-message



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