From d5a31610fa1a27d3654e04647a9d0c6a51db5ca9 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 10 May 2020 14:12:33 +0000 Subject: sysutils/ups-nut-*: suppress USE_TOOLS+=perl warning --- sysutils/ups-nut-snmp/Makefile | 3 ++- sysutils/ups-nut-usb/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/ups-nut-snmp/Makefile b/sysutils/ups-nut-snmp/Makefile index 37a0a8fb558..8594bc287ce 100644 --- a/sysutils/ups-nut-snmp/Makefile +++ b/sysutils/ups-nut-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/01/18 21:50:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2020/05/10 14:12:33 rillig Exp $ PKGREVISION= 1 .include "../../sysutils/ups-nut/Makefile.common" @@ -13,6 +13,7 @@ BUILD_DEFS+= NUT_STATEDIR INSTALLATION_DIRS+= ${PREFIX}/libexec/nut INSTALLATION_DIRS+= ${PREFIX}/${PKGMANDIR}/man8 +TOOLS_BROKEN+= perl CONFIGURE_ARGS+= --with-snmp --with-drvpath=${NUT_DRVDIR:Q} do-install: diff --git a/sysutils/ups-nut-usb/Makefile b/sysutils/ups-nut-usb/Makefile index a66f21c0814..e6bbc8493fd 100644 --- a/sysutils/ups-nut-usb/Makefile +++ b/sysutils/ups-nut-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/09/21 00:59:53 jym Exp $ +# $NetBSD: Makefile,v 1.10 2020/05/10 14:12:33 rillig Exp $ .include "../../sysutils/ups-nut/Makefile.common" @@ -12,6 +12,7 @@ INSTALLATION_DIRS+= ${PREFIX}/${PKGMANDIR}/man8 BUILD_DEFS+= NUT_STATEDIR +TOOLS_BROKEN+= perl CONFIGURE_ARGS+= --with-usb --with-drvpath=${NUT_DRVDIR:Q} do-install: -- cgit v1.2.3