diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-06-28 04:10:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-06-28 04:10:13 +0000 |
commit | 5977fbd935a727101993a974a1ee07e730bc3e64 (patch) | |
tree | faa9aebf57257c9c9c39c7816d78da357e8c6a18 /multimedia | |
parent | b4e63e2e9b1982841d840503c3d5062d97381ee2 (diff) | |
download | ports-5977fbd935a727101993a974a1ee07e730bc3e64.tar.gz ports-5977fbd935a727101993a974a1ee07e730bc3e64.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/audacious/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 61d64b67d5bf..f376ccbdd52b 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -8,7 +8,9 @@ PORTNAME= audacious-plugins PORTVERSION= 1.3.5 CATEGORIES= multimedia audio -MASTER_SITES= http://static.audacious-media-player.org/release/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://static.audacious-media-player.org/release/ +MASTER_SITE_SUBDIR=oliver EXTRACT_SUFX= .tgz MAINTAINER= oliver@FreeBSD.org diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 6e0348eff90f..a0e62a79b180 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -9,7 +9,9 @@ PORTNAME= audacious PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= multimedia audio -MASTER_SITES= http://static.audacious-media-player.org/release/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://static.audacious-media-player.org/release/ +MASTER_SITE_SUBDIR=oliver EXTRACT_SUFX=.tgz MAINTAINER= oliver@FreeBSD.org |