diff options
author | mandree <mandree@FreeBSD.org> | 2011-03-22 00:14:30 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-03-22 00:14:30 +0800 |
commit | fc9eae2411639da20269bb0ef3e27e10e5658a33 (patch) | |
tree | 7a78aed8a3892b251de318188b53c86044b5de6b /archivers/lzop | |
parent | c2efe42fbdbb40458da02538da6bcdc0396c1bab (diff) | |
download | freebsd-ports-gnome-fc9eae2411639da20269bb0ef3e27e10e5658a33.tar.gz freebsd-ports-gnome-fc9eae2411639da20269bb0ef3e27e10e5658a33.tar.zst freebsd-ports-gnome-fc9eae2411639da20269bb0ef3e27e10e5658a33.zip |
Add a mirror to MASTER_SITES.
Drop CPPFLAGS from CONFIGURE_ENV.
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 6a3c5c5667ea..eb1989efbef0 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -8,7 +8,8 @@ PORTNAME= lzop DISTVERSION= 1.03 CATEGORIES= archivers -MASTER_SITES= http://www.lzop.org/download/ +MASTER_SITES= http://www.lzop.org/download/ \ + http://ftp.uni-koeln.de/util/arc/ MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library @@ -21,8 +22,7 @@ LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo .endif GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 PLIST_FILES= bin/lzop |