diff options
Diffstat (limited to 'x11-wm/obkey/Makefile')
-rw-r--r-- | x11-wm/obkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/obkey/Makefile b/x11-wm/obkey/Makefile index 801f65c..716376e 100644 --- a/x11-wm/obkey/Makefile +++ b/x11-wm/obkey/Makefile @@ -27,8 +27,9 @@ post-patch: ${WRKSRC}/obkey_classes.py post-install: - @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/misc/obkey.desktop ${STAGEDIR}${DESKTOPDIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} |