pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rc.d-boot Explicitly NOT_FOR_PLATFORM where n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/224350282bb6
branches:  trunk
changeset: 316698:224350282bb6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Dec 17 03:03:47 2018 +0000

description:
Explicitly NOT_FOR_PLATFORM where not yet supported.

diffstat:

 pkgtools/rc.d-boot/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6bc6181f44d6 -r 224350282bb6 pkgtools/rc.d-boot/Makefile
--- a/pkgtools/rc.d-boot/Makefile       Mon Dec 17 02:56:42 2018 +0000
+++ b/pkgtools/rc.d-boot/Makefile       Mon Dec 17 03:03:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/16 05:41:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/17 03:03:47 schmonz Exp $
 #
 
 PKGNAME=               rc.d-boot-20181211
@@ -48,6 +48,8 @@
 .elif ${OPSYS} == "NetBSD" && exists(/etc/rc.d)
 ONLY_FOR_PLATFORM+=    ${OPSYS}-*-*
 RCDBOOT_STYLE=         netbsd-native
+.else
+NOT_FOR_PLATFORM+=     ${OPSYS}-*-*
 .endif
 
 INSTALLATION_DIRS=     sbin share/examples/${PKGBASE}



Home | Main Index | Thread Index | Old Index