aboutsummaryrefslogtreecommitdiff
path: root/archivers/laszip
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
commit142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch)
tree3b34a790743d501df42bd56a9dd54de3486de358 /archivers/laszip
parentd233d23153a79abe3de1d8486176c4d98ab09947 (diff)
downloadports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz
ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
Notes
Notes: svn path=/head/; revision=309150
Diffstat (limited to 'archivers/laszip')
-rw-r--r--archivers/laszip/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile
index 766e80f60b7b..a79d37acda70 100644
--- a/archivers/laszip/Makefile
+++ b/archivers/laszip/Makefile
@@ -1,6 +1,4 @@
-# New ports collection makefile for: laszip
-# Date created: 09 January 2012
-# Whom: Rainer Hurling <rhurlin@gwdg.de>
+# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= laszip
@@ -9,7 +7,7 @@ CATEGORIES= archivers
MASTER_SITES= http://download.osgeo.org/laszip/
MAINTAINER= rhurlin@gwdg.de
-COMMENT= A library for lossless LAS compression
+COMMENT= Library for lossless LAS compression
LICENSE= LGPL3
@@ -20,6 +18,6 @@ USE_LDCONFIG= yes
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
post-install:
- @${LN} -s ${PREFIX}/lib/liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
+ @${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
.include <bsd.port.mk>