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