Skip to content
Snippets Groups Projects
Commit 10403549 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

lang/sbcl: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
parent 4577d90c
No related branches found
No related tags found
No related merge requests found
......@@ -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="" \
......
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment