diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-27 01:48:14 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-27 01:48:14 +0800 |
commit | 86248932f374060b02c25d3c3bbeb4451a96c42f (patch) | |
tree | b9a2065e56c3d0d427417d3487a636db4cb62434 /textproc | |
parent | ee2edb8af9aa3f06b72006432470ec5320742d12 (diff) | |
download | freebsd-ports-gnome-86248932f374060b02c25d3c3bbeb4451a96c42f.tar.gz freebsd-ports-gnome-86248932f374060b02c25d3c3bbeb4451a96c42f.tar.zst freebsd-ports-gnome-86248932f374060b02c25d3c3bbeb4451a96c42f.zip |
Convert to options target helper
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 7 |
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> |