diff options
author | wg <wg@FreeBSD.org> | 2013-11-09 19:31:36 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-09 19:31:36 +0800 |
commit | f75b78b0b918f6804282e482f22e5fa16251f554 (patch) | |
tree | 00e8f9326db3f9c1a0a77ea37c5177c59015978e /archivers | |
parent | 14d3d1c13d9e662c2abe70e37732b8c05bb2cdcb (diff) | |
download | freebsd-ports-gnome-f75b78b0b918f6804282e482f22e5fa16251f554.tar.gz freebsd-ports-gnome-f75b78b0b918f6804282e482f22e5fa16251f554.tar.zst freebsd-ports-gnome-f75b78b0b918f6804282e482f22e5fa16251f554.zip |
archivers/laszip: allow staging
- Allow staging
- Use single space for WWW
PR: ports/183798
Submitted by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/laszip/Makefile | 3 | ||||
-rw-r--r-- | archivers/laszip/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index a817ed12e1d0..bb4b802b4442 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -11,7 +11,6 @@ COMMENT= Library for lossless LAS compression LICENSE= LGPL3 -NO_STAGE= yes GNU_CONFIGURE= yes USES= cmake USE_LDCONFIG= yes @@ -19,6 +18,6 @@ USE_LDCONFIG= yes CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON post-install: - @${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5 + @${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5 .include <bsd.port.mk> diff --git a/archivers/laszip/pkg-descr b/archivers/laszip/pkg-descr index 3238c39804ea..e0612ebeaf0c 100644 --- a/archivers/laszip/pkg-descr +++ b/archivers/laszip/pkg-descr @@ -8,4 +8,4 @@ LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. -WWW: http://laszip.org/ +WWW: http://laszip.org/ |