Skip to content

Commit

Permalink
devel/talloc: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 31cb29a commit 85ef17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions devel/talloc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= talloc
DISTVERSION= 2.3.4
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA

Expand All @@ -19,8 +19,7 @@ CONFIGURE_LOG= bin/config.log
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;^${PREFIX}/;;}

CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
--disable-rpath \
CONFIGURE_ARGS+= --disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE \
--builtin-libraries=replace \
Expand Down
2 changes: 1 addition & 1 deletion devel/talloc/pkg-plist
Expand Up @@ -7,4 +7,4 @@ lib/libtalloc.so.2
%%PYTHON%%%%PYTHON_SITELIBDIR%%/talloc%%PYTHON_EXT_SUFFIX%%.so
%%PYTHON%%%%PKGCONFIGDIR%%/pytalloc-util%%PYTHON_EXT_SUFFIX%%.pc
%%PKGCONFIGDIR%%/talloc.pc
man/man3/talloc.3.gz
share/man/man3/talloc.3.gz

0 comments on commit 85ef17d

Please sign in to comment.