pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ups-nut sysutils/ups-nut: fix USE_TOOLS+=perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95794d820665
branches:  trunk
changeset: 414074:95794d820665
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 23 22:49:53 2020 +0000

description:
sysutils/ups-nut: fix USE_TOOLS+=perl warning

diffstat:

 sysutils/ups-nut/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5f4452247739 -r 95794d820665 sysutils/ups-nut/Makefile
--- a/sysutils/ups-nut/Makefile Mon Mar 23 22:42:26 2020 +0000
+++ b/sysutils/ups-nut/Makefile Mon Mar 23 22:49:53 2020 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index