diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-30 05:33:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-30 05:33:54 +0800 |
commit | 7cf4dfdc7ed503abcb25147ea11acf20abf58cf6 (patch) | |
tree | 3527fd607d3c2aeb4b7015c7cbfa6f1b3798015f /x11 | |
parent | cd3720113f44dd88a0748f646f7a3f1149bd45b5 (diff) | |
download | marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar.gz marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar.bz2 marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar.lz marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar.xz marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.tar.zst marcuscom-ports-7cf4dfdc7ed503abcb25147ea11acf20abf58cf6.zip |
Fix the .desktop files.
Submitted by: Joe Maloney
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18993 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cinnamon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 3dffdac27..60cf32aef 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -4,6 +4,7 @@ PORTNAME= cinnamon PORTVERSION= 2.0.14 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 @@ -122,7 +123,7 @@ post-patch: ${WRKSRC}/files${PREFIX}/bin/cinnamon-settings \ ${WRKSRC}/files${PREFIX}/bin/cinnamon-launcher - @${REINPLACE_CMD} -e 's|=/usr/bin/|=${PREFIX}/bin|g' \ + @${REINPLACE_CMD} -e 's|=/usr/bin/|=${PREFIX}/bin/|g' \ ${WRKSRC}/files${PREFIX}/share/xsessions/cinnamon2d.desktop \ ${WRKSRC}/files${PREFIX}/share/xsessions/cinnamon.desktop \ ${WRKSRC}/files${PREFIX}/share/applications/cinnamon2d.desktop |