Index: head/archivers/lrzip/Makefile =================================================================== --- head/archivers/lrzip/Makefile (revision 451858) +++ head/archivers/lrzip/Makefile (revision 451859) @@ -1,30 +1,29 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= lrzip PORTVERSION= 0.631 CATEGORIES= archivers -MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ - http://files.gslin.org/Software/ +MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ MAINTAINER= delphij@FreeBSD.org COMMENT= Long Range ZIP or Lzma RZIP LICENSE= GPLv2 BUILD_DEPENDS= nasm>=0:devel/nasm LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USES= alias libtool pathfix perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0 .include Index: head/archivers/lrzip/pkg-descr =================================================================== --- head/archivers/lrzip/pkg-descr (revision 451858) +++ head/archivers/lrzip/pkg-descr (revision 451859) @@ -1,7 +1,5 @@ This is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2). - -WWW: http://ck.kolivas.org/apps/lrzip/README