aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-SGMLSpm
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-26 17:48:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-26 17:48:14 +0000
commit86248932f374060b02c25d3c3bbeb4451a96c42f (patch)
treeb9a2065e56c3d0d427417d3487a636db4cb62434 /textproc/p5-SGMLSpm
parentee2edb8af9aa3f06b72006432470ec5320742d12 (diff)
downloadports-86248932f374060b02c25d3c3bbeb4451a96c42f.tar.gz
ports-86248932f374060b02c25d3c3bbeb4451a96c42f.zip
Convert to options target helper
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=470918
Diffstat (limited to 'textproc/p5-SGMLSpm')
-rw-r--r--textproc/p5-SGMLSpm/Makefile7
1 files 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 <bsd.port.mk>