summaryrefslogtreecommitdiffstats
path: root/academic/GMT/GMT.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/GMT/GMT.SlackBuild')
-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