ports/87416: [PATCH] adapt lang/sbcl to PREFIX other than /usr/local
Paul Ledbetter III
aeacides at gmail.com
Tue Nov 1 21:10:23 UTC 2005
The following reply was made to PR ports/87416; it has been noted by GNATS.
From: Paul Ledbetter III <aeacides at gmail.com>
To: NIIMI Satoshi <sa2c at sa2c.net>
Cc: bug-followup at freebsd.org, MOROHOSHI Akihiko <moro at remus.dti.ne.jp>
Subject: Re: ports/87416: [PATCH] adapt lang/sbcl to PREFIX other than /usr/local
Date: Tue, 1 Nov 2005 13:09:16 -0800
On 11/1/05, NIIMI Satoshi <sa2c at sa2c.net> wrote:
> How about to locate attached patch in files/ to make ${WRKSRC}/make.sh
> accept INSTALL_ROOT like ${WRKSRC}/install.sh, and to change Makefile as:
>
> > do-build:
> > -=09(cd ${WRKSRC} && ${SH} make.sh ${LISP_CMD})
> > +=09(cd ${WRKSRC} && ${SETENV} INSTALL_ROOT=3D${PREFIX} \
> > +=09${SH} make.sh ${LISP_CMD})
>
> Although this change does not modify "/usr/local" in documents, I think
> it is not so important.
>
This is acceptable to me. I believe a pkg-message.in would work to
inform users of the default prefix for packages.
Paul
More information about the freebsd-ports-bugs
mailing list