diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-04-16 12:29:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-04-16 12:29:27 +0000 |
commit | ed62b74be6d01a89cbf8546264610f6a29cca503 (patch) | |
tree | b5a361ba84e4d8cb1ca2497539237a51e00a1b21 /editors/komodo-edit | |
parent | 30c930dc0d6cf27bf75ba10827e5a1e76ec724e9 (diff) |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Notes
Notes:
svn path=/head/; revision=413438
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 857d356bf249..b918e3536b4c 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -32,8 +32,7 @@ DESKTOP_ENTRIES="Komodo Edit" \ false do-install: - ${MKDIR} ${STAGEDIR}${DESKTOPDIR} - cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/komodo ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo-bin |