pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/rc.d-boot
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Dec 17 03:03:47 UTC 2018
Modified Files:
pkgsrc/pkgtools/rc.d-boot: Makefile
Log Message:
Explicitly NOT_FOR_PLATFORM where not yet supported.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/rc.d-boot/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/rc.d-boot/Makefile
diff -u pkgsrc/pkgtools/rc.d-boot/Makefile:1.4 pkgsrc/pkgtools/rc.d-boot/Makefile:1.5
--- pkgsrc/pkgtools/rc.d-boot/Makefile:1.4 Sun Dec 16 05:41:01 2018
+++ pkgsrc/pkgtools/rc.d-boot/Makefile Mon Dec 17 03:03:47 2018
@@ -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 @@ CONF_FILES+= ${PREFIX}/share/examples/$
.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