From 86248932f374060b02c25d3c3bbeb4451a96c42f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 May 2018 17:48:14 +0000 Subject: [PATCH] Convert to options target helper Approved by: portmgr (blanket) --- textproc/p5-SGMLSpm/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index 1e81940d64e6..4f6029ac0eec 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -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