network/onyx: Align with template.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-02-14 01:57:21 -05:00 committed by Willy Sudiarto Raharjo
parent cc6ddabd04
commit 4abca5d958
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onyx
VERSION=${VERSION:-0.9.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -32,9 +35,6 @@ PKGTYPE=${PKGTYPE:-tgz}
# user should obtain through the usual interface), so we've got to keep the
# two names straight.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onyx
APP=overbitenx
if [ -z "$ARCH" ]; then