svn commit: r470918 - head/textproc/p5-SGMLSpm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 26 17:48:15 UTC 2018


Author: sunpoet
Date: Sat May 26 17:48:14 2018
New Revision: 470918
URL: https://svnweb.freebsd.org/changeset/ports/470918

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

Modified:
  head/textproc/p5-SGMLSpm/Makefile

Modified: head/textproc/p5-SGMLSpm/Makefile
==============================================================================
--- head/textproc/p5-SGMLSpm/Makefile	Sat May 26 17:48:08 2018	(r470917)
+++ head/textproc/p5-SGMLSpm/Makefile	Sat May 26 17:48:14 2018	(r470918)
@@ -33,7 +33,10 @@ PORTDOCS=	*
 
 DOCS_INSTALL_TARGET=	docs install_html HTMLDIR=${STAGEDIR}${DOCSDIR}
 
-pre-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
+pre-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+pre-install-EXAMPLES-on:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list