diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-03-05 13:12:55 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-03-05 13:12:55 +0800 |
commit | d23d52d501a24b8047bd067dc3d507c974f074d7 (patch) | |
tree | 7c6075aaa7e1f3f345a697ac3577f38db2f260e5 | |
parent | d48bfeaa93eccde177916f8e986eb6a5b302e618 (diff) | |
download | freebsd-ports-gnome-d23d52d501a24b8047bd067dc3d507c974f074d7.tar.gz freebsd-ports-gnome-d23d52d501a24b8047bd067dc3d507c974f074d7.tar.zst freebsd-ports-gnome-d23d52d501a24b8047bd067dc3d507c974f074d7.zip |
Put the distfile on MASTER_SITE_LOCAL to fix fetching.
Reported by: pointyhat via kris
Approved by: portmgr (kris)
-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 286c051637dd..a9f68f00eae2 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -9,7 +9,9 @@ PORTNAME= audacious PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= multimedia audio -MASTER_SITES= http://audacious-media-player.org/release/ +MASTER_SITES= http://audacious-media-player.org/release/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel DISTNAME= audacious-${PORTVERSION} EXTRACT_SUFX=.tgz diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 286c051637dd..a9f68f00eae2 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -9,7 +9,9 @@ PORTNAME= audacious PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= multimedia audio -MASTER_SITES= http://audacious-media-player.org/release/ +MASTER_SITES= http://audacious-media-player.org/release/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel DISTNAME= audacious-${PORTVERSION} EXTRACT_SUFX=.tgz |