summaryrefslogtreecommitdiffstats
path: root/development/mod_perl/mod_perl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/mod_perl/mod_perl.SlackBuild')
-rw-r--r--development/mod_perl/mod_perl.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mod_perl/mod_perl.SlackBuild b/development/mod_perl/mod_perl.SlackBuild
index fce60e4241..46d1f19f04 100644
--- a/development/mod_perl/mod_perl.SlackBuild
+++ b/development/mod_perl/mod_perl.SlackBuild
@@ -1,9 +1,8 @@
#!/bin/sh
# Slackware build script for mod_perl
-# Written by ppr:kut <hmwiesinger@gmx.at>
-# Copyright 2007 Heinz Wiesinger
+# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,10 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mod_perl
-VERSION=2.0.3
+VERSION=2.0.4
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -44,7 +44,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-perl Makefile.PL MP_APXS=/usr/sbin/apxs
+perl Makefile.PL MP_APXS=/usr/sbin/apxs INSTALLDIRS=vendor
make
make install DESTDIR=$PKG