pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/subread



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 31 15:41:17 UTC 2025

Modified Files:
        pkgsrc/biology/subread: Makefile

Log Message:
subread: fix typo in NOT_FOR_PLATFORM


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/subread/Makefile

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

Modified files:

Index: pkgsrc/biology/subread/Makefile
diff -u pkgsrc/biology/subread/Makefile:1.1 pkgsrc/biology/subread/Makefile:1.2
--- pkgsrc/biology/subread/Makefile:1.1 Mon Jan 20 17:29:58 2025
+++ pkgsrc/biology/subread/Makefile     Fri Jan 31 15:41:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/01/20 17:29:58 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/31 15:41:17 wiz Exp $
 
 DISTNAME=      ${PKGNAME}-source
 PKGNAME=       subread-2.0.8
@@ -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