diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-18 20:34:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-18 20:34:12 +0000 |
commit | f1761d7501bafe201155d224e5c4c526980f4b94 (patch) | |
tree | 574d1aff450d9782352e3797ac96172b8ee96d92 /editors/komodo-edit/Makefile | |
parent | 6a3fa1680c939d344b23090084a3db898ff09de4 (diff) | |
download | ports-f1761d7501bafe201155d224e5c4c526980f4b94.tar.gz ports-f1761d7501bafe201155d224e5c4c526980f4b94.zip |
Install the .desktop file in the right directory.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=207549
Diffstat (limited to 'editors/komodo-edit/Makefile')
-rw-r--r-- | editors/komodo-edit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 3664fb5cef76..8f296dc59af1 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -6,6 +6,7 @@ PORTNAME= komodo-edit PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://downloads.activestate.com/Komodo/Linux/4.2/ DISTNAME= Komodo-Edit-4.2.1-283000-linux-libcpp6-x86 @@ -23,7 +24,8 @@ USE_LINUX= yes USE_PYTHON= yes post-patch: - ${REINPLACE_CMD} -e "s, _selinux_prepare(absInstallDir), return," \ + ${REINPLACE_CMD} -e "s, _selinux_prepare(absInstallDir), return,; \ + s,/usr/share/applications,${PREFIX}/share/applications," \ ${WRKSRC}/support/_install.py do-install: |