diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-12 17:20:23 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-12 17:20:23 +0000 |
commit | 1cd4575047b73dfd2c2744df345d504ab9cdae4c (patch) | |
tree | 89997cb278f624e0d329f6735d20cf1381c75b18 | |
parent | df477d717fcfe7445eb28852348110c84ef397f7 (diff) | |
download | FreeBSD-ports-1cd4575047b73dfd2c2744df345d504ab9cdae4c.zip FreeBSD-ports-1cd4575047b73dfd2c2744df345d504ab9cdae4c.tar.gz |
- Switch to options helpers
-rw-r--r-- | polish/libtlen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile index 3b7aa7f..4932f1b 100644 --- a/polish/libtlen/Makefile +++ b/polish/libtlen/Makefile @@ -17,6 +17,8 @@ OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} |