aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-04-05 12:19:32 +0800
committermezz <mezz@FreeBSD.org>2008-04-05 12:19:32 +0800
commite5a54fa0584e0f7146ac61beff0e4ad2d871f11b (patch)
tree24513449d42a2ac206a8e6a1a9b8c53246f654ec /sysutils
parente93c49aba666e68dbd06419e2958f463ce4eea93 (diff)
downloadfreebsd-ports-gnome-e5a54fa0584e0f7146ac61beff0e4ad2d871f11b.tar.gz
freebsd-ports-gnome-e5a54fa0584e0f7146ac61beff0e4ad2d871f11b.tar.zst
freebsd-ports-gnome-e5a54fa0584e0f7146ac61beff0e4ad2d871f11b.zip
Fix a typo in mimetype to fix this annoy:
File '/usr/local/share/applications/brasero.desktop' contains invalid MIME type 'x-content/blank-cd:x-content/blank-dvd' that contains invalid characters Bump the PORTREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/brasero/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index 5b21bb054fdb..7ed957c4523d 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -7,7 +7,7 @@
PORTNAME= brasero
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils audio multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -35,4 +35,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= brasero.1
GCONF_SCHEMAS= brasero.schemas
+post-patch:
+ @${REINPLACE_CMD} -e 's|blank-cd:|blank-cd;|g' \
+ ${WRKSRC}/data/brasero.desktop.in.in
+
.include <bsd.port.mk>