diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 07:02:16 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 07:02:16 +0000 |
commit | dea3c7e02b65f86603abde2b84536930874bfe86 (patch) | |
tree | 667491916647a7dc7ea7104a633722f156a30167 | |
parent | db72e8455bcfe203279fa9ca3b447e085aa3b540 (diff) | |
download | FreeBSD-ports-dea3c7e02b65f86603abde2b84536930874bfe86.zip FreeBSD-ports-dea3c7e02b65f86603abde2b84536930874bfe86.tar.gz |
Convert to options target helper
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/teckit/Makefile | 2 |
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} |