- Install .lisp files before .fasl. Otherwise sbcl ends up
thinking that FASL files are outdated. - Bump portrevision. Submitted by: Anonymous <swell.k@gmail.com>
This commit is contained in:
parent
fae6e72bf3
commit
e86a5c1c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264456
@ -10,7 +10,7 @@
|
||||
|
||||
PORTNAME= sbcl
|
||||
PORTVERSION= 1.0.43.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang lisp
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \
|
||||
@ -228,8 +228,8 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/output/sbcl.core ${SBCL_HOME}/
|
||||
.for MOD in ${CONTRIB_MODULES}
|
||||
${MKDIR} ${SBCL_HOME}/${MOD}
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.fasl ${SBCL_HOME}/${MOD}/
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.lisp ${SBCL_HOME}/${MOD}/
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.fasl ${SBCL_HOME}/${MOD}/
|
||||
(if test -f ${WRKSRC}/contrib/${MOD}/${MOD}.asd; then ${INSTALL_DATA} \
|
||||
${WRKSRC}/contrib/${MOD}/${MOD}.asd ${SBCL_HOME}/${MOD}/; fi)
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user