diff options
author | dholland <dholland> | 2015-07-12 06:43:24 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-07-12 06:43:24 +0000 |
commit | af0cb089aacf638167e93b85e7cfc1e3dab8ed5b (patch) | |
tree | b7e69b0547009597316db728bba6be0aa10b934f /net | |
parent | f2151beb4dc52ab108eb0209e04daf99ac040b21 (diff) | |
download | pkgsrc-af0cb089aacf638167e93b85e7cfc1e3dab8ed5b.tar.gz |
Add MirBSD and Bitrig to ONLY_FOR_PLATFORM; should just build. Also,
the package explicitly claims to support Linux, so add that too.
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugin-fstab/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nagios-plugin-fstab/Makefile b/net/nagios-plugin-fstab/Makefile index b846eb71a36..20579974ecd 100644 --- a/net/nagios-plugin-fstab/Makefile +++ b/net/nagios-plugin-fstab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/04/03 18:08:23 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2015/07/12 06:43:24 dholland Exp $ # PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//} @@ -12,7 +12,8 @@ HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/ COMMENT= Mount points and swaps monitoring plugin for Nagios LICENSE= modified-bsd -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* \ + MirBSD-*-* Bitrig-*-* Linux-*-* PKG_DESTDIR_SUPPORT= user-destdir |