From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 11:31:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB11BA0E; Sat, 9 Nov 2013 11:31:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8438286F; Sat, 9 Nov 2013 11:31:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9BVbDs045133; Sat, 9 Nov 2013 11:31:37 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9BVbxo045131; Sat, 9 Nov 2013 11:31:37 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311091131.rA9BVbxo045131@svn.freebsd.org> From: William Grzybowski Date: Sat, 9 Nov 2013 11:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333280 - head/archivers/laszip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 11:31:37 -0000 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 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/