From 142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev <danfe@FreeBSD.org> Date: Tue, 18 Dec 2012 07:57:31 +0000 Subject: 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. --- archivers/laszip/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'archivers/laszip') 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> -- cgit v1.2.3