diff options
Diffstat (limited to 'network/perl-MailTools/perl-MailTools.SlackBuild')
-rw-r--r-- | network/perl-MailTools/perl-MailTools.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/perl-MailTools/perl-MailTools.SlackBuild b/network/perl-MailTools/perl-MailTools.SlackBuild index 9a3766f8a3dc..3f8b98758098 100644 --- a/network/perl-MailTools/perl-MailTools.SlackBuild +++ b/network/perl-MailTools/perl-MailTools.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for perl modules: MailTools # Home Page http://search.cpan.org/dist/MailTools/ -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net) +# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -28,7 +28,7 @@ SRCNAM=MailTools PRGNAM=perl-MailTools -VERSION=2.05 +VERSION=2.06 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG -depth -type d -empty -exec rm -rf {} \; ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) +) mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |