aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-03-21 16:14:30 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-03-21 16:14:30 +0000
commit5680d0e975821b2435bac5aeadfb87b59dfae86a (patch)
treeb6379f81748cee417b4880e31f2f8d7cad5bcd41 /archivers/lzop
parent957df2d3c55069fa317f13ffd81b73d8022de736 (diff)
downloadports-5680d0e975821b2435bac5aeadfb87b59dfae86a.tar.gz
ports-5680d0e975821b2435bac5aeadfb87b59dfae86a.zip
Add a mirror to MASTER_SITES.
Drop CPPFLAGS from CONFIGURE_ENV.
Notes
Notes: svn path=/head/; revision=271404
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile6
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