diff options
author | novel <novel@FreeBSD.org> | 2006-03-05 13:12:55 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-03-05 13:12:55 +0800 |
commit | f9753aaca244b8255afd36b7a2ed3ff267ca6aa6 (patch) | |
tree | 86880895e7bfdb652a7a44e8bdda440c30ce42ed /multimedia/audacious | |
parent | 4bcdc39dec489056ffa9ffee531cd5955bd170ea (diff) | |
download | freebsd-ports-gnome-f9753aaca244b8255afd36b7a2ed3ff267ca6aa6.tar.gz freebsd-ports-gnome-f9753aaca244b8255afd36b7a2ed3ff267ca6aa6.tar.zst freebsd-ports-gnome-f9753aaca244b8255afd36b7a2ed3ff267ca6aa6.zip |
Put the distfile on MASTER_SITE_LOCAL to fix fetching.
Reported by: pointyhat via kris
Approved by: portmgr (kris)
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |