pkgsrc-WIP-changes archive

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

xnedit: Use generic build target



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Jan 24 12:23:41 2022 +0100
Changeset:	ec9ec580df7323f4afd113c5429a63e7d038b202

Modified Files:
	xnedit/Makefile

Log Message:
xnedit: Use generic build target

Should be usable for all supported OS with pkgsrc.

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

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 48254c5685..22b4be13d3 100644
--- a/xnedit/Makefile
+++ b/xnedit/Makefile
@@ -14,7 +14,7 @@ USE_LANGUAGES=	c99
 USE_TOOLS=	pkg-config yacc
 
 WRKSRC=			${WRKDIR}/xnedit
-BUILD_TARGET=		netbsd
+BUILD_TARGET=		generic
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1 ${PREFIX}/share/doc/xnedit
 
 SUBST_CLASSES+=			fix-include


Home | Main Index | Thread Index | Old Index