pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xnedit: Move version definition to top of Makefile



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jan 26 18:58:43 2022 +0100
Changeset:	b86638aea7fc7e6262f93733fdfe96bef8870cef

Modified Files:
	xnedit/Makefile

Log Message:
xnedit: Move version definition to top of Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b86638aea7fc7e6262f93733fdfe96bef8870cef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xnedit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/xnedit/Makefile b/xnedit/Makefile
index 2a51c41797..1741cd336a 100644
--- a/xnedit/Makefile
+++ b/xnedit/Makefile
@@ -1,5 +1,6 @@
 # $NetBSD$
 
+VERS=		1.4.0
 DISTNAME=	xnedit-${VERS}
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=xnedit/}
@@ -8,7 +9,6 @@ MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://sourceforge.net/projects/xnedit/
 COMMENT=	Fork of NEdit with Unicode support and antialiased text
 LICENSE=	gnu-gpl-v2
-VERS=		1.4.0
 
 USE_LANGUAGES=	c99
 USE_TOOLS=	pkg-config yacc


Home | Main Index | Thread Index | Old Index