diff options
author | novel <novel@FreeBSD.org> | 2005-10-07 18:17:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-07 18:17:13 +0800 |
commit | fd255bd6c6139203ae4d0709fc08d31f9da04e15 (patch) | |
tree | 5bd7193bea9bd21bd09140ba382a7bc7254cd76f | |
parent | 47015e901751a9bee97c2a1680472b5664e5651a (diff) | |
download | freebsd-ports-gnome-fd255bd6c6139203ae4d0709fc08d31f9da04e15.tar.gz freebsd-ports-gnome-fd255bd6c6139203ae4d0709fc08d31f9da04e15.tar.zst freebsd-ports-gnome-fd255bd6c6139203ae4d0709fc08d31f9da04e15.zip |
Add MASTER_SITE_LOCAL to MASTER_SITES to fix fetch.
Reported by: pointyhat via kris
-rw-r--r-- | deskutils/hot-babe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile index 15074c3881a5..28930c601aa5 100644 --- a/deskutils/hot-babe/Makefile +++ b/deskutils/hot-babe/Makefile @@ -9,7 +9,9 @@ PORTNAME= hot-babe PORTVERSION= 0.2.2 PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= http://dindinx.net/hotbabe/downloads/ +MASTER_SITES= http://dindinx.net/hotbabe/downloads/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= Small utility which displays the system activity in a very special way |