From 687c78d5604ce299d5164ffd69de88f2dd10fefc Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:34:22 -0500 Subject: various: Fix SlackBuild formatting and comment nit picks. Signed-off-by: dsomero --- academic/GMT/GMT.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'academic/GMT') diff --git a/academic/GMT/GMT.SlackBuild b/academic/GMT/GMT.SlackBuild index 4d43b6d7b1..964cad3b83 100644 --- a/academic/GMT/GMT.SlackBuild +++ b/academic/GMT/GMT.SlackBuild @@ -45,12 +45,12 @@ OUTPUT=${OUTPUT:-/tmp} COASTNAME=gshhg-gmt-nc3 COASTVER=2.2.3 -# Shewchuk's triangulation routine used in some parts of GMT is not +# Shewchuk's triangulation routine used in some parts of GMT is not # distributed under the GNU Public Licence. If you work for a for-profit -# organisation, you should read Shewchuk's copyright statement (in -# $PKG/src/README.TRIANGLE) first. -# This script enables the (much faster) Shewchuk triangulation routine -# by default; should you need to change this behaviour, set SHEWCHUK to +# organisation, you should read Shewchuk's copyright statement (in +# $PKG/src/README.TRIANGLE) first. +# This script enables the (much faster) Shewchuk triangulation routine +# by default; should you need to change this behaviour, set SHEWCHUK to # "no" below: SHEWCHUK=${SHEWCHUK:-yes} if [ $SHEWCHUK = "yes" ]; then @@ -126,7 +126,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ChangeLog LICENSE.TXT README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3