summaryrefslogtreecommitdiffstats
path: root/academic/GMT
diff options
context:
space:
mode:
author dsomero2013-11-22 08:34:22 +0100
committer dsomero2013-11-22 08:34:22 +0100
commit687c78d5604ce299d5164ffd69de88f2dd10fefc (patch)
tree2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /academic/GMT
parent610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff)
downloadslackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/GMT')
-rw-r--r--academic/GMT/GMT.SlackBuild12
1 files changed, 6 insertions, 6 deletions
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