Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 17:48:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470918 - head/textproc/p5-SGMLSpm
Message-ID:  <201805261748.w4QHmEO0013039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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