summaryrefslogtreecommitdiffstats
path: root/source/n/metamail/metamail.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/metamail/metamail.SlackBuild')
-rwxr-xr-xsource/n/metamail/metamail.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/n/metamail/metamail.SlackBuild b/source/n/metamail/metamail.SlackBuild
index 5003ff4c2..2697163a0 100755
--- a/source/n/metamail/metamail.SlackBuild
+++ b/source/n/metamail/metamail.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2009, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2009, 2018, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=metamail
VERSION=2.7
-BUILD=${BUILD:-9}
+BUILD=${BUILD:-10}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -90,6 +90,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Fix misnamed man page:
+mv man/mmencode.1 man/mimencode.1
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \