svn commit: r341341 - head/devel/xwpe

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 27 10:36:54 UTC 2014


On Mon, Jan 27, 2014 at 11:22:31AM +0100, Baptiste Daroussin wrote:
> This particular port is a bit special as the DESTDIR variable is already
> defined it but for something totally different, thus I decided to inject a
> variable named STAGEDIR instead that is why I defined DESTDIRNAME to
> STAGEDIR in the makefile.

OK, fair enough. :)  Thanks for replying back.

> Your remark is valid is still valid for ports doing
> --prefix=${STAGEDIR}${PREFIX} which is often wrong but not for those doing
> --prefix=\$${STAGEDIR}${PREFIX} :)

I've just checked StageDir wiki page again; it seems that it already
contains instructions on how to verify that STAGEDIR does not sneak inside
the binaries (via bzgrep vs. my own handcrafted strings-based approach).

./danfe


More information about the svn-ports-all mailing list