pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ups-nut



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Mar 23 22:49:53 UTC 2020

Modified Files:
        pkgsrc/sysutils/ups-nut: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/ups-nut/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/ups-nut/Makefile
diff -u pkgsrc/sysutils/ups-nut/Makefile:1.55 pkgsrc/sysutils/ups-nut/Makefile:1.56
--- pkgsrc/sysutils/ups-nut/Makefile:1.55       Fri Sep 21 00:59:53 2018
+++ pkgsrc/sysutils/ups-nut/Makefile    Mon Mar 23 22:49:53 2020
@@ -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