diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 01:58:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:04 +0700 |
commit | 7b49f3a07bd082a5dc36414e7d3129545d00f8f4 (patch) | |
tree | 5b01cb0efcfa9b825057c9b739732a284b59032f /system/overpass-webfonts | |
parent | 67eaf7528843e1fa7f5da0286db031f54d77ca10 (diff) |
system/overpass-webfonts: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/overpass-webfonts')
-rw-r--r-- | system/overpass-webfonts/overpass-webfonts.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/overpass-webfonts/overpass-webfonts.SlackBuild b/system/overpass-webfonts/overpass-webfonts.SlackBuild index 60f1c8f5864ad..f28e128572e8d 100644 --- a/system/overpass-webfonts/overpass-webfonts.SlackBuild +++ b/system/overpass-webfonts/overpass-webfonts.SlackBuild @@ -25,10 +25,10 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM="Overpass" cd $(dirname $0) ; CWD=$(pwd) PRGNAM="overpass-webfonts" +SRCNAM="Overpass" VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |