Skip to content

Commit

Permalink
lang/sbcl: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 4577d90 commit 1040354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lang/sbcl/Makefile
Expand Up @@ -4,6 +4,7 @@

PORTNAME= sbcl
DISTVERSION= 2.4.0
PORTREVISION= 1
DISTVERSIONSUFFIX= -source
PORTEPOCH= 1
CATEGORIES= lang lisp
Expand Down Expand Up @@ -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="" \
Expand Down
2 changes: 1 addition & 1 deletion lang/sbcl/pkg-plist
Expand Up @@ -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

0 comments on commit 1040354

Please sign in to comment.