mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
lang/sbcl: Utilize SBCL_HOME to build custom core file and set it to empty.
Reported by: Catherine Tower <catherine__at__towernetdotdev>
This commit is contained in:
parent
d2ad974ff4
commit
888bfec23a
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
PORTNAME= sbcl
|
PORTNAME= sbcl
|
||||||
DISTVERSION= 2.1.11
|
DISTVERSION= 2.1.11
|
||||||
DISTVERSIONSUFFIX= -source
|
DISTVERSIONSUFFIX= -source
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= lang lisp
|
CATEGORIES= lang lisp
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
|
||||||
|
@ -129,6 +130,7 @@ do-install:
|
||||||
MAN_DIR="${STAGEDIR}${MANPREFIX}/man" \
|
MAN_DIR="${STAGEDIR}${MANPREFIX}/man" \
|
||||||
INFO_DIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \
|
INFO_DIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \
|
||||||
DOC_DIR="${STAGEDIR}${DOCSDIR}" \
|
DOC_DIR="${STAGEDIR}${DOCSDIR}" \
|
||||||
|
SBCL_HOME="" \
|
||||||
${SH} install.sh)
|
${SH} install.sh)
|
||||||
.for M in ${CONMODULES}
|
.for M in ${CONMODULES}
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${M}
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${M}
|
||||||
|
|
Loading…
Add table
Reference in a new issue