diff options
-rw-r--r-- | audio/bristol/bristol.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bristol/bristol.SlackBuild b/audio/bristol/bristol.SlackBuild index 00c0a27c3728..627a6f500e42 100644 --- a/audio/bristol/bristol.SlackBuild +++ b/audio/bristol/bristol.SlackBuild @@ -7,8 +7,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20141030 bkw: make VERSION respect environment + PRGNAM=bristol -VERSION=0.60.11 +VERSION=${VERSION:-0.60.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |