diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:44:53 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:44:53 +0800 |
commit | 3811c60b1bac2c65b6479f513db67966d8a4a615 (patch) | |
tree | eff34b459827853b3b3d6ed41b63ac8ae00dbb5d | |
parent | 6949bd191a8bb53a553ecf95f503bd0bfcf8db1f (diff) | |
download | marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar.gz marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar.bz2 marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar.lz marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar.xz marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.tar.zst marcuscom-ports-3811c60b1bac2c65b6479f513db67966d8a4a615.zip |
No longer need this hack. It should fix the icon in menu, so bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11508 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/swfdec-gnome/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile index e1f021b8a..b397ff7b0 100644 --- a/multimedia/swfdec-gnome/Makefile +++ b/multimedia/swfdec-gnome/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.10 2008/08/13 21:21:41 mezz Exp $ +# $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.11 2008/09/08 23:50:45 marcus Exp $ # PORTNAME= swfdec-gnome PORTVERSION= 2.23.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,10 +30,6 @@ GCONF_SCHEMAS= swfdec-thumbnailer.schemas MAN1= swfdec-player.1 swfdec-thumbnailer.1 -post-patch: - @${REINPLACE_CMD} -e 's|Icon=swfdec|Icon=swfdec-gnome|g' \ - ${WRKSRC}/data/swfdec-player.desktop.in - post-install: @-update-desktop-database |