svn commit: r333280 - head/archivers/laszip

William Grzybowski wg at FreeBSD.org
Sat Nov 9 11:31:37 UTC 2013


Author: wg
Date: Sat Nov  9 11:31:36 2013
New Revision: 333280
URL: http://svnweb.freebsd.org/changeset/ports/333280

Log:
  archivers/laszip: allow staging
  
  - Allow staging
  - Use single space for WWW
  
  PR:		ports/183798
  Submitted by:	maintainer

Modified:
  head/archivers/laszip/Makefile
  head/archivers/laszip/pkg-descr

Modified: head/archivers/laszip/Makefile
==============================================================================
--- head/archivers/laszip/Makefile	Sat Nov  9 08:52:55 2013	(r333279)
+++ head/archivers/laszip/Makefile	Sat Nov  9 11:31:36 2013	(r333280)
@@ -11,7 +11,6 @@ COMMENT=	Library for lossless LAS compre
 
 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>

Modified: head/archivers/laszip/pkg-descr
==============================================================================
--- head/archivers/laszip/pkg-descr	Sat Nov  9 08:52:55 2013	(r333279)
+++ head/archivers/laszip/pkg-descr	Sat Nov  9 11:31:36 2013	(r333280)
@@ -8,4 +8,4 @@ LASzip is completely lossless. It compre
 files that are only 10-20 percent of the original size, accurately preserving
 every single bit.
 
-WWW:   http://laszip.org/
+WWW: http://laszip.org/


More information about the svn-ports-head mailing list