Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2005 21:10:22 GMT
From:      Paul Ledbetter III <aeacides@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/87416: [PATCH] adapt lang/sbcl to PREFIX other than /usr/local
Message-ID:  <200511012110.jA1LAMR9060779@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/87416; it has been noted by GNATS.

From: Paul Ledbetter III <aeacides@gmail.com>
To: NIIMI Satoshi <sa2c@sa2c.net>
Cc: bug-followup@freebsd.org, MOROHOSHI Akihiko <moro@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511012110.jA1LAMR9060779>