From aee309fe46c6ca1fc4f057f448bbf77443d5b335 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 14 Feb 2006 10:18:37 +0000 Subject: [PATCH] add working master site, and update maintainer e-mail address. from Lawrence Teo (maintainer) --- archivers/rzip/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index fe21f15ce6f..82ddf2e3f90 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 2005/04/17 19:43:52 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2006/02/14 10:18:37 steven Exp $ COMMENT= "file compressor with a high compression ratio" DISTNAME= rzip-2.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= archivers HOMEPAGE= http://rzip.samba.org/ -MAINTAINER= Lawrence Teo +MAINTAINER= Lawrence Teo # GPL PERMIT_PACKAGE_CDROM= Yes @@ -15,7 +16,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c -MASTER_SITES= ${HOMEPAGE}ftp/rzip/ +MASTER_SITES= ${HOMEPAGE}ftp/rzip/ \ + ${HOMEPAGE}ftp/rzip/old-versions/ LIB_DEPENDS= bz2::archivers/bzip2