Add a mirror to MASTER_SITES.
Drop CPPFLAGS from CONFIGURE_ENV.
This commit is contained in:
parent
957df2d3c5
commit
5680d0e975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271404
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue