summaryrefslogtreecommitdiffstats
path: root/audio/sound-juicer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r--audio/sound-juicer/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
index 8ef87fd56..33fd0257e 100644
--- a/audio/sound-juicer/Makefile
+++ b/audio/sound-juicer/Makefile
@@ -3,14 +3,13 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/sound-juicer/Makefile,v 1.77 2008/02/14 12:40:26 kwm Exp $
+# $MCom: ports/audio/sound-juicer/Makefile,v 1.78 2008/02/26 21:02:54 kwm Exp $
#
PORTNAME= sound-juicer
-PORTVERSION= 2.21.92
+PORTVERSION= 2.22.0
CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -42,4 +41,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \
${WRKSRC}/Makefile.in
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.mk>