diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:12:31 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:37 +0000 |
commit | de16b9a44eea420de53c2087cfc8b2920aeb4cd7 (patch) | |
tree | 6532bd0c8c718ee573281aed55b76ff6f3069920 /perl/perl-Text-Patch | |
parent | daa9f1ffb6967b6cca634844a1efaab9b7d4382d (diff) | |
download | slackbuilds-de16b9a44eea420de53c2087cfc8b2920aeb4cd7.tar.gz |
perl/perl-Text-Patch: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Patch')
-rw-r--r-- | perl/perl-Text-Patch/perl-Text-Patch.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Text-Patch/perl-Text-Patch.SlackBuild b/perl/perl-Text-Patch/perl-Text-Patch.SlackBuild index 85ba773d39..eb1afb4ee4 100644 --- a/perl/perl-Text-Patch/perl-Text-Patch.SlackBuild +++ b/perl/perl-Text-Patch/perl-Text-Patch.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=perl-Text-Patch SRCNAM=Text-Patch -VERSION=1.8 +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |