summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-28 07:02:16 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-07-28 07:02:16 +0000
commitdea3c7e02b65f86603abde2b84536930874bfe86 (patch)
tree667491916647a7dc7ea7104a633722f156a30167
parentdb72e8455bcfe203279fa9ca3b447e085aa3b540 (diff)
downloadFreeBSD-ports-dea3c7e02b65f86603abde2b84536930874bfe86.zip
FreeBSD-ports-dea3c7e02b65f86603abde2b84536930874bfe86.tar.gz
Convert to options target helper
Approved by: portmgr (blanket)
-rw-r--r--textproc/teckit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile
index 503a9ad..6c48a6d 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}
OpenPOWER on IntegriCloud