summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Heinz Wiesinger2013-11-17 18:47:18 +0100
committer Heinz Wiesinger2013-11-19 19:54:47 +0100
commit53d453247a0445e787e777213e7870f827d23ec2 (patch)
treefe324f6d13be47f113c31668aed970225b669b8a /perl
parent121dd38e43d4697833c937179b081fffaa13414b (diff)
downloadslackbuilds-53d453247a0445e787e777213e7870f827d23ec2.tar.gz
perl/perl-Locale-Maketext-Lexicon: Fix man page location.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/perl/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.SlackBuild b/perl/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.SlackBuild
index 636834da8e..2a33ecacc4 100644
--- a/perl/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.SlackBuild
+++ b/perl/perl-Locale-Maketext-Lexicon/perl-Locale-Maketext-Lexicon.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-
+
# Copyright (c) 2013 Asaf Ohaion
# All rights reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@
# * Neither the name of the <organization> nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
-#
+#
# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
PRGNAM=perl-Locale-Maketext-Lexicon
VERSION=${VERSION:-0.96}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=Locale-Maketext-Lexicon
@@ -48,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ];then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
+elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
@@ -78,6 +78,7 @@ perl Makefile.PL \
INSTALL_BASE="" \
PREFIX=/usr \
INSTALLDIRS=vendor \
+ INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test