[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1
- Subject: ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1
- From: reso3w83 at verizon.net (Michael C. Shultz)
- Date: Tue Feb 8 01:58:34 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=_(_at_)_PREFIX@$withval]],
[[etcdir=_(_at_)_PREFIX@/etc/portmanager]])
In other words:
if --with-etcdir=something then etcdir=_(_at_)_PREFIX@$withval
if not then default value is
etcdir=_(_at_)_PREFIX@/etc/portmanager
_mike
Visit your host, monkey.org