diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 14:12:50 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:07 +0000 |
commit | f595571ec55a9829a2150fa723e99c3249442e35 (patch) | |
tree | 25e9c2f0b525acf80b7b343237f19ef2ce70c3a9 | |
parent | 80e629165f6d2a1c0ef0ea7581d649baa85cb403 (diff) |
system/ttf-bitstream-vera: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/ttf-bitstream-vera/ttf-bitstream-vera.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ttf-bitstream-vera/ttf-bitstream-vera.SlackBuild b/system/ttf-bitstream-vera/ttf-bitstream-vera.SlackBuild index ae092367882d..af4cc7cdb808 100644 --- a/system/ttf-bitstream-vera/ttf-bitstream-vera.SlackBuild +++ b/system/ttf-bitstream-vera/ttf-bitstream-vera.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ttf-bitstream-vera -VERSION=1.10 +VERSION=${VERSION:-1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |