Skip to content

Commit

Permalink
lang/racket-minimal: 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 2fc921f commit 74bb291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lang/racket-minimal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= racket
PORTVERSION= 8.11.1
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \
http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \
Expand Down Expand Up @@ -30,7 +31,7 @@ CPE_VENDOR= ${PORTNAME}-lang
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-liblz4 \
--enable-pthread \
--mandir=${MANPREFIX}/man
--mandir=${PREFIX}/share/man
WRKSRC= ${WRKDIR}/racket-${PORTVERSION}/src
PATCH_WRKSRC= ${WRKDIR}/racket-${PORTVERSION}
USE_LDCONFIG= yes
Expand Down
4 changes: 2 additions & 2 deletions lang/racket-minimal/pkg-plist
Expand Up @@ -2019,5 +2019,5 @@ lib/racket/compiled/usr/local/%%DATADIR%%/collects/xml/private/compiled/xexpr-co
%%CS%%lib/racket/racket.boot
%%CS%%lib/racket/scheme.boot
%%BC%%lib/racket/mzdyn3m.o
man/man1/racket.1.gz
man/man1/raco.1.gz
share/man/man1/racket.1.gz
share/man/man1/raco.1.gz

0 comments on commit 74bb291

Please sign in to comment.