aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-04-14 17:13:00 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-04-14 17:13:00 +0000
commit5ba360a136b94fc9bcb7b687049f99716eeeed51 (patch)
tree42496b3f319655c04c4dd9dd5fb3768140d0e53e
parent87defa4e41071fc5e9dd5d408d6a569af98ec253 (diff)
downloadports-5ba360a136b94fc9bcb7b687049f99716eeeed51.tar.gz
ports-5ba360a136b94fc9bcb7b687049f99716eeeed51.zip
- 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
Notes
Notes: svn path=/head/; revision=413306
-rw-r--r--x11-wm/obkey/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/obkey/Makefile b/x11-wm/obkey/Makefile
index 801f65c4e32b..716376e4fd58 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}