Skip to content

Commit

Permalink
net/tigervnc-server: 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 6db9a9a commit 5122239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tigervnc-server/Makefile
Expand Up @@ -37,7 +37,7 @@ GNUTLS_LIB_DEPENDS= libtasn1.so:security/libtasn1 \
PAM_CMAKE_BOOL= ENABLE_PAM

CONFIGURE_ARGS+= \
--prefix=${PREFIX} --mandir=${MANPREFIX}/share/man \
--prefix=${PREFIX} --mandir=${PREFIX}/share/man \
--docdir=${PREFIX}/share/doc/${PORTNAME}/ --with-pic --without-dtrace \
--disable-static --disable-dri --disable-unit-tests \
--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \
Expand Down

0 comments on commit 5122239

Please sign in to comment.