Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2016 14:18:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        tcltk@FreeBSD.org
Subject:   [Bug 208874] devel/tclxml not PREFIX-safe
Message-ID:  <bug-208874-30738-QXQ29zzUeC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208874-30738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208874-30738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208874

--- Comment #8 from Pietro Cerutti <gahr@FreeBSD.org> ---
(In reply to Mikhail Teterin from comment #7)

https://github.com/xmj/porttools/(In reply to Mikhail Teterin from comment =
#7)

https://github.com/xmj/porttools/

Anyway, exec_prefix is needed as it is in other TEA based ports.

without:

$ make PREFIX=3D/tmp/tclxml configure && make -C `make -V WRKSRC` -V exec_p=
refix
/usr/local

And you can see how it's used:

$ grep exec_prefix `make -V WRKSRC`/Makefile
exec_prefix     =3D /usr/local
bindir          =3D ${exec_prefix}/bin
libdir          =3D ${exec_prefix}/lib

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208874-30738-QXQ29zzUeC>