Explicitly prevent manpage renaming otherwise, on an uncontrolled env, the
manpages may end up renamed
This commit is contained in:
parent
c542dfb08c
commit
8c4b65863a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403093
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
|
|||
--without-curses-h --with-termlib --program-prefix= \
|
||||
--enable-rpath --disable-root-environ \
|
||||
--with-manpage-format=gzip --srcdir=../ \
|
||||
--without-manpage-renames \
|
||||
--mandir=${MANPREFIX}/man \
|
||||
--with-hashed-db \
|
||||
--with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue