pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/mksandbox



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Aug 31 20:14:35 UTC 2023

Modified Files:
        pkgsrc/pkgtools/mksandbox: Makefile

Log Message:
mksandbox: Mark not for Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/mksandbox/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/mksandbox/Makefile
diff -u pkgsrc/pkgtools/mksandbox/Makefile:1.17 pkgsrc/pkgtools/mksandbox/Makefile:1.18
--- pkgsrc/pkgtools/mksandbox/Makefile:1.17     Fri Jan 22 11:59:52 2021
+++ pkgsrc/pkgtools/mksandbox/Makefile  Thu Aug 31 20:14:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/01/22 11:59:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2023/08/31 20:14:35 triaxx Exp $
 
 PKGNAME=       mksandbox-1.10
 CATEGORIES=    pkgtools
@@ -8,6 +8,8 @@ HOMEPAGE=       https://www.NetBSD.org/docs/pk
 COMMENT=       Tool for creating sandboxes
 LICENSE=       2-clause-bsd
 
+NOT_FOR_PLATFORM=      Darwin-*-*
+
 WRKSRC=                        ${WRKDIR}
 NO_BUILD=              yes
 NO_CHECKSUM=           yes



Home | Main Index | Thread Index | Old Index