pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nabud
Module Name: pkgsrc
Committed By: thorpej
Date: Sun Jan 15 21:56:07 UTC 2023
Modified Files:
pkgsrc/sysutils/nabud: Makefile
Log Message:
Limit this package to BSD (including Darwin) and Linux. If you want
to run this on one of the other supported pkgsrc platforms, work will
probably be required.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/nabud/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/nabud/Makefile
diff -u pkgsrc/sysutils/nabud/Makefile:1.1 pkgsrc/sysutils/nabud/Makefile:1.2
--- pkgsrc/sysutils/nabud/Makefile:1.1 Sun Jan 15 21:41:34 2023
+++ pkgsrc/sysutils/nabud/Makefile Sun Jan 15 21:56:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/01/15 21:41:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/15 21:56:07 thorpej Exp $
#
NABUD_VERS= 0.9
@@ -25,6 +25,15 @@ PKG_USERS= ${NABUD_USER}:${NABUD_GROUP}
PKG_GROUPS= ${NABUD_GROUP}
PKG_GECOS.${NABUD_USER}=NABU user
+# Limit this to modern BSD flavors and Linux for now.
+ONLY_FOR_PLATFORM+= NetBSD-*-*
+ONLY_FOR_PLATFORM+= FreeBSD-*-*
+ONLY_FOR_PLATFORM+= DragonFly-*-*
+ONLY_FOR_PLATFORM+= Darwin-*-*
+ONLY_FOR_PLATFORM+= MirBSD-*-*
+ONLY_FOR_PLATFORM+= OpenBSD-*-*
+ONLY_FOR_PLATFORM+= Linux-*-*
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"
Home |
Main Index |
Thread Index |
Old Index