summaryrefslogtreecommitdiffstats
path: root/perl-template.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-06-01 09:53:01 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-01 09:53:31 -0500
commit6f498bb8ad33a3daa5a84fe03ddf9b3e0bd5b22c (patch)
treeaee01bee846b5fbfd9ac657747a2df4e8331326a /perl-template.SlackBuild
parent92d7e8ba586e77400a2e105ee1ea3a18c8e97c75 (diff)
downloadtemplates-6f498bb8ad33a3daa5a84fe03ddf9b3e0bd5b22c.tar.gz
templates-6f498bb8ad33a3daa5a84fe03ddf9b3e0bd5b22c.tar.xz
perl-template.SlackBuild: Minor tweaks.
Diffstat (limited to 'perl-template.SlackBuild')
-rw-r--r--perl-template.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild
index 3166220..df5d2e6 100644
--- a/perl-template.SlackBuild
+++ b/perl-template.SlackBuild
@@ -84,9 +84,11 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Your application may need different configure flags;
-# these are provided as an example only.
-perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
+# Your application may need different flags; these are provided as examples
+perl Makefile.PL \
+ PREFIX=/usr \
+ INSTALLDIRS=vendor \
+ INSTALLVENDORMAN3DIR=/usr/man/man3
# Compile the application, test, and install it into the $PKG directory
make