zennode: fix banner for zenbspcomp

master
an 2019-10-28 06:42:43 -04:00
parent 79dc407ec4
commit ca565fbe6a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#define VERSION "1.3" #define VERSION "1.3"
-#define BANNER "compare Version " VERSION " (c) 1996-2004 Marc Rousseau" -#define BANNER "compare Version " VERSION " (c) 1996-2004 Marc Rousseau"
+#define BANNER "zenbspcomp Version " VERSION " (c) 1996-2004 Marc Rousseau" +#define BANNER "ZenNode Version " VERSION " (c) 1996-2004 Marc Rousseau"
#define MAX_LEVELS 99 #define MAX_LEVELS 99
#define UNSUPPORTED_FEATURE -1 #define UNSUPPORTED_FEATURE -1

View File

@ -1,7 +1,7 @@
# Template file for 'zennode' # Template file for 'zennode'
pkgname=zennode pkgname=zennode
version=1.2.1 version=1.2.1
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="unzip" hostmakedepends="unzip"
create_wrksrc=yes create_wrksrc=yes