aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-09 19:31:36 +0800
committerwg <wg@FreeBSD.org>2013-11-09 19:31:36 +0800
commitf75b78b0b918f6804282e482f22e5fa16251f554 (patch)
tree00e8f9326db3f9c1a0a77ea37c5177c59015978e /archivers
parent14d3d1c13d9e662c2abe70e37732b8c05bb2cdcb (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--archivers/laszip/pkg-descr2
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/