diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-14 21:45:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-14 21:45:25 +0000 |
commit | d39e21d97bee7b2a52a8b56816e9b9a65648473b (patch) | |
tree | c5ec2b0d3250915af1d7ce87875488aeed78c247 /x11-toolkits/gtkglext/Makefile | |
parent | 4668ecfd0dc6038110d5f4b19f129f91c3bb4f97 (diff) |
- Switch to options helpers
Notes
Notes:
svn path=/head/; revision=408894
Diffstat (limited to 'x11-toolkits/gtkglext/Makefile')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 58928dc59573..b7e9a5591fbb 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -30,7 +30,7 @@ post-patch: 's|-DGTK_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/reference/gtkglext/html/* ${STAGEDIR}${DOCSDIR}/ |