diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:20:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:20:23 +0800 |
commit | 05182fc371a33e89aac2e584033bb8dffc4dad26 (patch) | |
tree | 89997cb278f624e0d329f6735d20cf1381c75b18 /polish/libtlen/Makefile | |
parent | 30487c8bea5285324623d6e7e1d6557953676555 (diff) | |
download | freebsd-ports-gnome-05182fc371a33e89aac2e584033bb8dffc4dad26.tar.gz freebsd-ports-gnome-05182fc371a33e89aac2e584033bb8dffc4dad26.tar.zst freebsd-ports-gnome-05182fc371a33e89aac2e584033bb8dffc4dad26.zip |
- Switch to options helpers
Diffstat (limited to 'polish/libtlen/Makefile')
-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 3b7aa7f42c69..4932f1b6e894 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} |