summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-13 07:50:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-13 07:50:40 +0000
commit000ab40d99fe5c414fc3bd541e7be05e70bcaf93 (patch)
tree8c5d05226e23789ee2e1e5447c68a6a8fe207ac0 /archivers
parentAdd apache2 before Satoshi notices. ;-) (diff)
Switch to using "MASTER_SITE_SOURCEWARE"
Notes
Notes: svn path=/head/; revision=41328
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/Makefile5
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