diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-13 07:50:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-13 07:50:40 +0000 |
commit | 000ab40d99fe5c414fc3bd541e7be05e70bcaf93 (patch) | |
tree | 8c5d05226e23789ee2e1e5447c68a6a8fe207ac0 /archivers/bzip2 | |
parent | 8cc9cb0b6c4d809dc4f72bdc9cbe3fad2a093bdd (diff) | |
download | ports-000ab40d99fe5c414fc3bd541e7be05e70bcaf93.tar.gz ports-000ab40d99fe5c414fc3bd541e7be05e70bcaf93.zip |
Switch to using "MASTER_SITE_SOURCEWARE"
Notes
Notes:
svn path=/head/; revision=41328
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index e6cd9cd06ccd..97a93cb29bf6 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -9,9 +9,8 @@ PORTNAME= bzip2 PORTVERSION= 1.0.1 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/ \ - ftp://sourceware.cygnus.com/pub/bzip2/v100/ \ - http://www.kernel.org/pub/software/utils/compress/bzip2/ +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= bzip2/v100 MAINTAINER= obrien@FreeBSD.org |