aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-04-15 01:13:00 +0800
committerdanfe <danfe@FreeBSD.org>2016-04-15 01:13:00 +0800
commit479dab337fa704c41728acd294727cde92d1ad77 (patch)
tree42496b3f319655c04c4dd9dd5fb3768140d0e53e
parent446eed92637057bdf784284a0ff8b18b5b40b234 (diff)
downloadfreebsd-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/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}