diff options
author | danfe <danfe@FreeBSD.org> | 2016-04-14 17:13:00 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-04-14 17:13:00 +0000 |
commit | 479dab337fa704c41728acd294727cde92d1ad77 (patch) | |
tree | 42496b3f319655c04c4dd9dd5fb3768140d0e53e | |
parent | 446eed92637057bdf784284a0ff8b18b5b40b234 (diff) | |
download | FreeBSD-ports-479dab337fa704c41728acd294727cde92d1ad77.zip FreeBSD-ports-479dab337fa704c41728acd294727cde92d1ad77.tar.gz |
- 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
-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} |