From c3cde541fd4a50c8e30ef2b3f574541f5fa9e2d1 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 15 Jan 2020 20:51:46 +0000 Subject: [PATCH] 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 --- textproc/htmldoc/Makefile | 1 - textproc/htmldoc/pkg-plist | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 8823e40044fe..87efc21d01ef 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -22,7 +22,6 @@ USE_GITHUB= yes GH_ACCOUNT= michaelrsweet HAS_CONFIGURE= yes -MAKE_ARGS= mandir="${MANDIRS}" OPTIONS_DEFINE= HTMLDOCGUI GNUTLS OPTIONS_DEFAULT= GNUTLS diff --git a/textproc/htmldoc/pkg-plist b/textproc/htmldoc/pkg-plist index 06112cd52088..106c39cbce26 100644 --- a/textproc/htmldoc/pkg-plist +++ b/textproc/htmldoc/pkg-plist @@ -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