diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
commit | 2e68588f46b3a276df88592caaf2892e91f3db7c (patch) | |
tree | 25d18ced465bc32a1ac2cd07fdcfa1ffc804124a /audio | |
parent | 473703feaf8f28917e7b8e28b763358245149825 (diff) | |
download | freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.gz freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.zst freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.zip |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index d84295a82d9d..e41db2614ba0 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -7,9 +7,10 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/4.8 DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org |