diff options
-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 |