Skip to content

Commit

Permalink
lang/clisp: 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 923f262 commit e979a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/clisp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= clisp
PORTVERSION= 2.49.93+
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= lang lisp

MAINTAINER= kiri@TrueFC.org
Expand All @@ -24,7 +24,7 @@ GL_TAGNAME= df3b9f6fdcff22832898e89a989eb499c0f842ed
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1
CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${MANPREFIX}/man" \
CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${PREFIX}/share/man" \
--elispdir="${DATADIR}/emacs" --vimdir="${DATADIR}/vim" \
--docdir="${DOCSDIR}" --with-libiconv=${ICONV_PREFIX}
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL}
Expand Down
4 changes: 2 additions & 2 deletions lang/clisp/pkg-plist
Expand Up @@ -146,8 +146,8 @@ lib/clisp/data/UnicodeDataFull.txt
lib/clisp/linkkit/clisp.h
lib/clisp/linkkit/modprep.lisp
lib/clisp/linkkit/modules.c
man/man1/clisp-link.1.gz
man/man1/clisp.1.gz
share/man/man1/clisp-link.1.gz
share/man/man1/clisp.1.gz
share/aclocal/clisp.m4
%%DATADIR%%/emacs/clhs.el
%%DATADIR%%/emacs/clisp-coding.el
Expand Down

0 comments on commit e979a3e

Please sign in to comment.