diff options
author | nork <nork@FreeBSD.org> | 2008-06-01 18:41:22 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2008-06-01 18:41:22 +0800 |
commit | 4f4a672d88198ce559f029074a498b5b7354735f (patch) | |
tree | 167344476d1b4e0d2cc8d2366378a2904b2e2b94 | |
parent | 3ca1097a3120cbc838ede4e27e00aca70c1a9479 (diff) | |
download | freebsd-ports-graphics-4f4a672d88198ce559f029074a498b5b7354735f.tar.gz freebsd-ports-graphics-4f4a672d88198ce559f029074a498b5b7354735f.tar.zst freebsd-ports-graphics-4f4a672d88198ce559f029074a498b5b7354735f.zip |
Add backup sites.
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 43465c820c7..90b970aa3ec 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -9,7 +9,9 @@ PORTNAME= DarwinStreamingServer PORTVERSION= 6.0.3 PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://dss.macosforge.org/downloads/ +MASTER_SITES= http://dss.macosforge.org/downloads/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= DarwinStreamingSrvr${PORTVERSION}-Source EXTRACT_SUFX= .tar |