summaryrefslogtreecommitdiffstats
path: root/source/n/tin/tin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/tin/tin.SlackBuild')
-rwxr-xr-xsource/n/tin/tin.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/n/tin/tin.SlackBuild b/source/n/tin/tin.SlackBuild
index 95f757f9a..5855c372a 100755
--- a/source/n/tin/tin.SlackBuild
+++ b/source/n/tin/tin.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tin
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -62,7 +62,8 @@ find . \
-exec chmod 644 {} \;
./configure \
- --prefix=/usr \
+ --prefix=/usr \
+ --mandir=/usr/man \
--with-metamail=/usr/bin/metamail \
--with-ispell=/usr/bin/ispell \
--with-defaults-dir=/etc/tin \