1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/sbcl: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 18:56:35 +01:00
parent 4577d90cb6
commit 10403549cd
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
PORTNAME= sbcl
DISTVERSION= 2.4.0
PORTREVISION= 1
DISTVERSIONSUFFIX= -source
PORTEPOCH= 1
CATEGORIES= lang lisp
@ -155,7 +156,7 @@ post-build-DOCS-on:
do-install:
(cd ${WRKSRC} && ${SETENV} \
INSTALL_ROOT="${STAGEDIR}${PREFIX}" \
MAN_DIR="${STAGEDIR}${MANPREFIX}/man" \
MAN_DIR="${STAGEDIR}${PREFIX}/share/man" \
INFO_DIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \
DOC_DIR="${STAGEDIR}${DOCSDIR}" \
SBCL_HOME="" \

View File

@ -236,5 +236,5 @@ lib/sbcl/sb-sprof/sb-sprof.asd
lib/sbcl/sb-sprof/test.lisp
lib/sbcl/sbcl.mk
lib/sbcl/sbcl.core
man/man1/sbcl.1.gz
share/man/man1/sbcl.1.gz
@sample etc/sbclrc.sample