diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
commit | 1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1 (patch) | |
tree | 957016e38f3df9d60491551bb27ea18c106f8e71 /audio/xfce4-mixer | |
parent | 07e52958d406df264b2e023e577925c528eb89d3 (diff) | |
download | ports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.tar.gz ports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.zip |
Notes
Diffstat (limited to 'audio/xfce4-mixer')
-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 |