diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-21 10:27:14 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-21 10:27:14 +0000 |
commit | 63caded4d66c7fae0fd4a3bde1834cdb2af32a9a (patch) | |
tree | 5e58eb1c143d625eebe8d8e8e78b4244bf8753b4 | |
parent | cc32e5715e265577edd3a4fb65e981a274aac48b (diff) |
- Correct Exec name in flock.desktop. This fixes flock menu item in gnome.
- Bump PORTREVISION
Submitted by: Eric L. Chen
Approved by: miwi (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=234322
-rw-r--r-- | www/flock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 4e082e907c40..cdd7fbafa39c 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -7,7 +7,7 @@ PORTNAME= flock DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://ftp.osuosl.org/pub/${PORTNAME}/releases/${PORTVERSION}/ \ http://flock.vo.llnwd.net/o23/archive/${PORTNAME}/releases/${PORTVERSION}/ @@ -86,7 +86,7 @@ IGNORE= does not run, update to 6.2-RELEASE or newer MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo post-extract:: - @${SED} -e 's|@FLOCK_ICON@|${FLOCK_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ + @${SED} -e 's|@FLOCK_ICON@|${FLOCK_ICON}|' -e 's|@MOZILLA@|${MOZILLA}-browser|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ <${FILESDIR}/flock.desktop.in >${WRKDIR}/${MOZILLA}.desktop |