mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user