diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 21:06:49 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 21:06:49 +0000 |
commit | b1a1eb96a99fa289c7d2ca82cdf89493ef4fff16 (patch) | |
tree | 31753943b4d6c4470dda3ba35a7db092855eaecc /archivers/bzip | |
parent | 4383013be9263450eb6f81ae8a392730e5fdfdd3 (diff) | |
download | ports-b1a1eb96a99fa289c7d2ca82cdf89493ef4fff16.tar.gz ports-b1a1eb96a99fa289c7d2ca82cdf89493ef4fff16.zip |
Notes
Diffstat (limited to 'archivers/bzip')
-rw-r--r-- | archivers/bzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 85bc4debffd5..5336ae9b314d 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -8,9 +8,9 @@ PORTNAME= bzip PORTVERSION= 0.21 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.fu-berlin.de/unix/tools/archivers/bzip/ +MASTER_SITES= http://custom.lab.unb.br/pub/compression/bzip/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= A block-sorting file compressor DEPRECATED= "see full description" |