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
@ -5,6 +5,7 @@
|
||||
PORTNAME= sbcl
|
||||
DISTVERSION= 2.1.11
|
||||
DISTVERSIONSUFFIX= -source
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
|
||||
@ -129,6 +130,7 @@ do-install:
|
||||
MAN_DIR="${STAGEDIR}${MANPREFIX}/man" \
|
||||
INFO_DIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \
|
||||
DOC_DIR="${STAGEDIR}${DOCSDIR}" \
|
||||
SBCL_HOME="" \
|
||||
${SH} install.sh)
|
||||
.for M in ${CONMODULES}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${M}
|
||||
|
Loading…
Reference in New Issue
Block a user