Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 20:51:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523161 - head/textproc/htmldoc
Message-ID:  <202001152051.00FKpkYD047129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 20:51:46 2020
New Revision: 523161
URL: https://svnweb.freebsd.org/changeset/ports/523161

Log:
  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

Modified:
  head/textproc/htmldoc/Makefile
  head/textproc/htmldoc/pkg-plist

Modified: head/textproc/htmldoc/Makefile
==============================================================================
--- head/textproc/htmldoc/Makefile	Wed Jan 15 20:51:01 2020	(r523160)
+++ head/textproc/htmldoc/Makefile	Wed Jan 15 20:51:46 2020	(r523161)
@@ -22,7 +22,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	michaelrsweet
 
 HAS_CONFIGURE=	yes
-MAKE_ARGS=	mandir="${MANDIRS}"
 
 OPTIONS_DEFINE=		HTMLDOCGUI GNUTLS
 OPTIONS_DEFAULT=	GNUTLS

Modified: head/textproc/htmldoc/pkg-plist
==============================================================================
--- head/textproc/htmldoc/pkg-plist	Wed Jan 15 20:51:01 2020	(r523160)
+++ head/textproc/htmldoc/pkg-plist	Wed Jan 15 20:51:46 2020	(r523161)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001152051.00FKpkYD047129>