svn commit: r413306 - head/x11-wm/obkey
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Apr 14 17:13:01 UTC 2016
Author: danfe
Date: Thu Apr 14 17:13:00 2016
New Revision: 413306
URL: https://svnweb.freebsd.org/changeset/ports/413306
Log:
- 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
Modified:
head/x11-wm/obkey/Makefile
Modified: head/x11-wm/obkey/Makefile
==============================================================================
--- head/x11-wm/obkey/Makefile Thu Apr 14 16:47:04 2016 (r413305)
+++ head/x11-wm/obkey/Makefile Thu Apr 14 17:13:00 2016 (r413306)
@@ -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}
More information about the svn-ports-head
mailing list