From 479dab337fa704c41728acd294727cde92d1ad77 Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 14 Apr 2016 17:13:00 +0000 Subject: - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications' was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago - Use option framework helper target (`post-install-DOCS-on') while here --- x11-wm/obkey/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit v1.1