mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix htmldoc after r523104
htmldoc was using the MANDIRS variable which was never made to be: 1/ unique 2/ used directly inside ports Now that the ${PREFIX}/share/man (which is the default target of the htmldoc build system for manpages) is valid, there is no need anyway to workaround it
This commit is contained in:
parent
aaa34cec0b
commit
7d4cd56213
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523161
@ -22,7 +22,6 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= michaelrsweet
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_ARGS= mandir="${MANDIRS}"
|
||||
|
||||
OPTIONS_DEFINE= HTMLDOCGUI GNUTLS
|
||||
OPTIONS_DEFAULT= GNUTLS
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/htmldoc
|
||||
man/man1/htmldoc.1.gz
|
||||
share/man/man1/htmldoc.1.gz
|
||||
%%DOCSDIR%%/help.html
|
||||
%%DOCSDIR%%/htmldoc.pdf
|
||||
%%DATADIR%%/fonts/Courier-Bold.afm
|
||||
|
Loading…
Reference in New Issue
Block a user