svn commit: r514230 - head/textproc/expat2

Alexey Dokuchaev danfe at FreeBSD.org
Thu Oct 10 14:42:11 UTC 2019


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


More information about the svn-ports-head mailing list