summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-23 22:49:53 +0000
committerrillig <rillig@pkgsrc.org>2020-03-23 22:49:53 +0000
commit669dc83c3c106f26dc4b0b4287f7006d176ab47c (patch)
treee66cf945ec56581e7f9355ffbf8d42c97d5ea984 /sysutils
parent0349990f1904b6d358105ba0a97f87a728720c61 (diff)
downloadpkgsrc-669dc83c3c106f26dc4b0b4287f7006d176ab47c.tar.gz
sysutils/ups-nut: fix USE_TOOLS+=perl warning
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ups-nut/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index ce30508802f..6921fe52e04 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.55 2018/09/21 00:59:53 jym Exp $
+# $NetBSD: Makefile,v 1.56 2020/03/23 22:49:53 rillig Exp $
.include "Makefile.common"
PKGNAME= ups-${DISTNAME}
COMMENT= Network UPS Tools
+# Don't regenerate any files in tools/.
+TOOLS_SCRIPT.perl= exit 1
+
CONFIGURE_ARGS+= --with-drvpath=${NUT_DRVDIR:Q}
CONFIGURE_ARGS+= --with-altpidpath=${NUT_STATEDIR:Q}
CONFIGURE_ARGS+= --with-pidpath=${NUT_STATEDIR:Q}