diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-06 12:22:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-06 12:22:03 +0000 |
commit | b35269833a9938872b3cc88b4b019e657dc0ff7f (patch) | |
tree | e6d91648839caf1fd51513e0da34d3d3419bb6a2 /archivers | |
parent | bf2e7fd999800ba9d2f3dea3e3be9dbc2273445d (diff) | |
download | FreeBSD-ports-b35269833a9938872b3cc88b4b019e657dc0ff7f.zip FreeBSD-ports-b35269833a9938872b3cc88b4b019e657dc0ff7f.tar.gz |
- Fix MASTER_SITES
- Add WWW: line
PR: 32514
Submitted by: Ports Fury
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzop/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzop/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 6ca6179..131f4f1 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 1af4058..a62eaee 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/ |