diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-11 19:24:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-11 19:24:22 +0000 |
commit | 4b4209d78befac0a3891a9c2bdc28498c26d439f (patch) | |
tree | 1cba65c7040becc7eaec1530f42a5e012d99f34e /audio/xfmpc/Makefile | |
parent | c76ccdc219bb57a49f89e1d3cb8d9f42cd19c6f2 (diff) | |
download | ports-4b4209d78befac0a3891a9c2bdc28498c26d439f.tar.gz ports-4b4209d78befac0a3891a9c2bdc28498c26d439f.zip |
Notes
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> |