pkgsrc-WIP-changes archive

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

subread: Fix typo



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Apr 1 09:10:34 2025 -0500
Changeset:	c385051aa95c0fca207019f4a4820b554da76577

Modified Files:
	subread/Makefile

Log Message:
subread: Fix typo

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

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

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

diffs:
diff --git a/subread/Makefile b/subread/Makefile
index a4273b59e0..6968b0256d 100644
--- a/subread/Makefile
+++ b/subread/Makefile
@@ -16,7 +16,7 @@ LICENSE=	gnu-gpl-v3
 # of time to port libsysinfo to NetBSD since it's useful for other apps.
 # The libsysinfo package is only for SunOS at the time of this writing.
 # FreeBSD has a libsysinfo port that may serve as a model for NetBSD.
-NOT_FOR_PLATFORMS+=	NetBSD-*-*
+NOT_FOR_PLATFORM+=	NetBSD-*-*
 
 USE_TOOLS+=	gmake
 


Home | Main Index | Thread Index | Old Index