summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-11 23:25:00 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 10:55:06 -0600
commit7e9141151ee3a2f20eb25ecbbb8a766fb404a455 (patch)
treedb1107c8feff7f6ee87702eb722f395e87410b0d /perl
parent67a9b5dd1d665fb1d17d8d9cc9d69c023c1fe441 (diff)
downloadslackbuilds-7e9141151ee3a2f20eb25ecbbb8a766fb404a455.tar.gz
slackbuilds-7e9141151ee3a2f20eb25ecbbb8a766fb404a455.tar.xz
perl/perl-Text-Password-Pronounceable: Script cleanup and update HOMEPAGE
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild10
-rw-r--r--perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.info2
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild
index 3879fbb5ad..b4266ea9d2 100644
--- a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild
+++ b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.SlackBuild
@@ -28,8 +28,8 @@
# Build script for perl-Text-Pronouncable
PRGNAM=perl-Text-Password-Pronounceable
-VERSION=0.30
-BUILD=${BUILD:-0}
+VERSION=${VERSION:-0.30}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=$( echo $PRGNAM | cut -d- -f2- )
@@ -70,11 +70,11 @@ rm -Rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find . \
+find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
INSTALL_BASE="" \
diff --git a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.info b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.info
index c62b8e9253..26749aa2c7 100644
--- a/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.info
+++ b/perl/perl-Text-Password-Pronounceable/perl-Text-Password-Pronounceable.info
@@ -1,6 +1,6 @@
PRGNAM="perl-Text-Password-Pronounceable"
VERSION="0.30"
-HOMEPAGE="http://search.cpan.org/~tsibley/Text-Password-Pronounceable-0.30/lib/Text/Password/Pronounceable.pm"
+HOMEPAGE="http://search.cpan.org/~tsibley/Text-Password-Pronounceable-0.30/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/Text-Password-Pronounceable-0.30.tar.gz"
MD5SUM="2a6a3c9197dfb5912f763c0c4f285b48"
DOWNLOAD_x86_64=""