aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xfmpc/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-12 03:24:22 +0800
committermiwi <miwi@FreeBSD.org>2009-09-12 03:24:22 +0800
commita060563e15f6c24555e324f06c49cd2fa77e1ccf (patch)
treecd015d674b96c43b3e612d32f25d38e4763afd39 /audio/xfmpc/Makefile
parentc439d046134a164387d76f8b254469e3286ad106 (diff)
downloadfreebsd-ports-gnome-a060563e15f6c24555e324f06c49cd2fa77e1ccf.tar.gz
freebsd-ports-gnome-a060563e15f6c24555e324f06c49cd2fa77e1ccf.tar.zst
freebsd-ports-gnome-a060563e15f6c24555e324f06c49cd2fa77e1ccf.zip
- Update to 0.2.0
VS: ----------------------------------------------------------------------
Diffstat (limited to 'audio/xfmpc/Makefile')
-rw-r--r--audio/xfmpc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile
index 555399e71252..583b465f5a7a 100644
--- a/audio/xfmpc/Makefile
+++ b/audio/xfmpc/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= xfmpc
-PORTVERSION= 0.1.0
-PORTREVISION= 2
+PORTVERSION= 0.2.0
CATEGORIES= audio xfce
-MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
+MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/0.2/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
@@ -26,4 +25,6 @@ GNU_CONFIGURE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
+MAN1= xfmpc.1
+
.include <bsd.port.mk>