svn commit: r446809 - head/textproc/teckit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 28 07:02:18 UTC 2017


Author: sunpoet
Date: Fri Jul 28 07:02:16 2017
New Revision: 446809
URL: https://svnweb.freebsd.org/changeset/ports/446809

Log:
  Convert to options target helper
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/teckit/Makefile

Modified: head/textproc/teckit/Makefile
==============================================================================
--- head/textproc/teckit/Makefile	Fri Jul 28 07:02:10 2017	(r446808)
+++ head/textproc/teckit/Makefile	Fri Jul 28 07:02:16 2017	(r446809)
@@ -27,7 +27,7 @@ DOCS=		AUTHORS README NEWS docs/*.pdf license/LICENSIN
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list