pkgsrc-WIP-changes archive

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

virtualxt: Minor cleanup of Makefile



Module Name:	pkgsrc-wip
Committed By:	Andreas T Jonsson <mail%andreasjonsson.se@localhost>
Pushed By:	phix
Date:		Mon Jun 17 09:45:56 2024 +0200
Changeset:	c48d3e4de98aad7a780c29232cd30dbc8b59be35

Modified Files:
	virtualxt/Makefile

Log Message:
virtualxt: Minor cleanup of Makefile

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

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

diffstat:
 virtualxt/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/virtualxt/Makefile b/virtualxt/Makefile
index bb3bb3b001..41a672249a 100644
--- a/virtualxt/Makefile
+++ b/virtualxt/Makefile
@@ -1,6 +1,5 @@
 # $NetBSD$
 
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
 DISTNAME=	virtualxt-1.0
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=andreas-jonsson/}
@@ -10,6 +9,10 @@ HOMEPAGE=		https://virtualxt.org/
 COMMENT=		Portable, lightweight Turbo PC/XT emulator written in C
 LICENSE=		zlib
 
+WRKSRC=			${WRKDIR}/${DISTNAME}
+
+GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+
 USE_LANGUAGES=		c
 USE_CC_FEATURES=	c11
 
@@ -20,7 +23,6 @@ USE_TOOLS+=	gmake
 INSTALLATION_DIRS=	bin share/virtualxt/bios share/virtualxt/boot
 BUILD_TARGET=		sdl2-frontend
 CFLAGS+=		-DVXT_VERSION_RELEASE -Wno-error=char-subscripts
-WRKSRC=			${WRKDIR}/${DISTNAME}
 
 post-extract:
 	${CP} ${FILESDIR}/virtualxt.freedos ${WRKSRC}


Home | Main Index | Thread Index | Old Index