diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-03-21 16:14:30 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-03-21 16:14:30 +0000 |
commit | 5680d0e975821b2435bac5aeadfb87b59dfae86a (patch) | |
tree | b6379f81748cee417b4880e31f2f8d7cad5bcd41 | |
parent | 957df2d3c55069fa317f13ffd81b73d8022de736 (diff) | |
download | ports-5680d0e975821b2435bac5aeadfb87b59dfae86a.tar.gz ports-5680d0e975821b2435bac5aeadfb87b59dfae86a.zip |
Notes
-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 |