ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1
Michael C. Shultz
reso3w83 at verizon.net
Tue Feb 8 09:58:33 UTC 2005
On Tuesday 08 February 2005 12:04 am, Sergey Matveychuk wrote:
> Yen-Ming Lee wrote:
> > Synopsis: [MAINTAINER] sysutils/portmanager update to 0.2.6_1
> >
> > State-Changed-From-To: open->closed
> > State-Changed-By: leeym
> > State-Changed-When: Tue Feb 8 07:56:53 GMT 2005
> > State-Changed-Why:
> > Committed, thanks.
> >
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=77249
>
> It was a bad idea to break PREFIX complianting.
Sergey, PREFIX compliance is still there, it
is set in the package by default, an example:
AC_ARG_WITH(etcdir,
[ --with-etcdir= [contains portmanager's config file pm-020.conf,
default @PREFIX@/etc/portmanager]],
[[etcdir=@PREFIX@$withval]],
[[etcdir=@PREFIX@/etc/portmanager]])
In other words:
if --with-etcdir=something then etcdir=@PREFIX@$withval
if not then default value is
etcdir=@PREFIX@/etc/portmanager
_mike
More information about the freebsd-ports-bugs
mailing list