diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-09 08:25:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-09 08:25:20 +0000 |
commit | e3ff3a06d895c7a9dd706d80e7bbad99dd0c3180 (patch) | |
tree | 33255a86a5ed95b59f318eef7276031789ed6411 /www | |
parent | 800576e62b86214af9285a2e45b977165efb8342 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/junkbuster-zlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile index 9f92657556d3..3b6b6970d958 100644 --- a/www/junkbuster-zlib/Makefile +++ b/www/junkbuster-zlib/Makefile @@ -8,11 +8,12 @@ PORTNAME= junkbuster-zlib PORTVERSION= 1.0 CATEGORIES= www -MASTER_SITES= http://f2.org/download/ +MASTER_SITES= http://server44.hypermart.net/f2org/ \ + http://f2.org/download/ DISTNAME= ijb-zlib-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org ALL_TARGET= # yes, an empty target. JDIR= ${PREFIX}/etc/junkbuster-zlib |