From 9bca6dc5c61aec2d1e56923d946b3c97d28ef1e9 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 6 Dec 2001 12:22:03 +0000 Subject: - Fix MASTER_SITES - Add WWW: line PR: 32514 Submitted by: Ports Fury --- archivers/lzop/Makefile | 6 +++--- archivers/lzop/pkg-descr | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'archivers') diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 6ca6179fd649..131f4f14b8f4 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -8,14 +8,14 @@ PORTNAME= lzop PORTVERSION= 1.00 CATEGORIES= archivers -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo -GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 diff --git a/archivers/lzop/pkg-descr b/archivers/lzop/pkg-descr index 1af4058abf99..a62eaee5693c 100644 --- a/archivers/lzop/pkg-descr +++ b/archivers/lzop/pkg-descr @@ -5,3 +5,5 @@ ratio). lzop is distributed under the terms of the GNU General Public License (GPL). + +WWW: http://www.oberhumer.com/opensource/lzop/ -- cgit v1.2.3