summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-07-28 07:02:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-07-28 07:02:16 +0000
commite34a4b86bb2586b71a2f6e2561c3f26050ca7829 (patch)
tree667491916647a7dc7ea7104a633722f156a30167
parentUpdate to 0.19 (diff)
Convert to options target helper
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=446809
-rw-r--r--textproc/teckit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile
index 503a9ad93589..6c48a6dba40a 100644
--- a/textproc/teckit/Makefile
+++ b/textproc/teckit/Makefile
@@ -27,7 +27,7 @@ DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}