diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-20 12:35:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-20 12:35:36 +0000 |
commit | 51fbce3fc34a408eda7568b9b84350812efbefeb (patch) | |
tree | 4aaa3f233c0dad73262ebbc372fda0452da4df79 /editors | |
parent | e977ff0d764400fa5900bb4455fbf1a24cd23026 (diff) | |
download | ports-51fbce3fc34a408eda7568b9b84350812efbefeb.tar.gz ports-51fbce3fc34a408eda7568b9b84350812efbefeb.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/komodo-edit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 8f296dc59af1..f63d3565d183 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -29,6 +29,7 @@ post-patch: ${WRKSRC}/support/_install.py do-install: + ${MKDIR} ${PREFIX}/share/applications cd ${WRKSRC}; ./install.sh -I ${DATADIR} ${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/komodo |