Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 14:42:10 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514230 - head/textproc/expat2
Message-ID:  <201910101442.x9AEgAjI064135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Oct 10 14:42:10 2019
New Revision: 514230
URL: https://svnweb.freebsd.org/changeset/ports/514230

Log:
  Manual pages are not subject to DOCS option and typically installed
  unconditionally, especially when they come pre-built.

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

Modified: head/textproc/expat2/Makefile
==============================================================================
--- head/textproc/expat2/Makefile	Thu Oct 10 13:56:20 2019	(r514229)
+++ head/textproc/expat2/Makefile	Thu Oct 10 14:42:10 2019	(r514230)
@@ -20,7 +20,7 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
-post-install-DOCS-on:
+post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/textproc/expat2/pkg-plist
==============================================================================
--- head/textproc/expat2/pkg-plist	Thu Oct 10 13:56:20 2019	(r514229)
+++ head/textproc/expat2/pkg-plist	Thu Oct 10 14:42:10 2019	(r514230)
@@ -7,6 +7,6 @@ lib/libexpat.so
 lib/libexpat.so.1
 lib/libexpat.so.1.6.10
 libdata/pkgconfig/expat.pc
-%%PORTDOCS%%man/man1/xmlwf.1.gz
+man/man1/xmlwf.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/changelog



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