Add a mirror to MASTER_SITES.

Drop CPPFLAGS from CONFIGURE_ENV.
This commit is contained in:
Matthias Andree 2011-03-21 16:14:30 +00:00
parent 957df2d3c5
commit 5680d0e975
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271404

View file

@ -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