diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-12 03:24:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-12 03:24:22 +0800 |
commit | a060563e15f6c24555e324f06c49cd2fa77e1ccf (patch) | |
tree | cd015d674b96c43b3e612d32f25d38e4763afd39 /audio/xfmpc/Makefile | |
parent | c439d046134a164387d76f8b254469e3286ad106 (diff) | |
download | freebsd-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/Makefile | 7 |
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> |