pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ups-nut-cgi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  9 13:51:31 UTC 2026

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

Log Message:
ups-nut-cgi: fix install target


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/sysutils/ups-nut-cgi/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-cgi/Makefile
diff -u pkgsrc/sysutils/ups-nut-cgi/Makefile:1.84 pkgsrc/sysutils/ups-nut-cgi/Makefile:1.85
--- pkgsrc/sysutils/ups-nut-cgi/Makefile:1.84   Sun May  3 16:39:13 2026
+++ pkgsrc/sysutils/ups-nut-cgi/Makefile        Sat May  9 13:51:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2026/05/03 16:39:13 gdt Exp $
+# $NetBSD: Makefile,v 1.85 2026/05/09 13:51:31 wiz Exp $
 
 .include "../../sysutils/ups-nut/Makefile.common"
 
@@ -42,7 +42,7 @@ do-install:
                ${INSTALL_DATA} ${WRKSRC}/conf/$$f ${DESTDIR}${NUT_EGDIR}; \
        done
        for f in bottom.html header.html index.html nut-banner.png; do \
-               ${INSTALL_DATA} ${WRKSRC}/data/html/$$f \
+               ${INSTALL_DATA} ${WRKSRC}/data/htmlcgi/$$f \
                    ${DESTDIR}${PREFIX}/share/nut/html; \
        done
        for f in hosts.conf.5 upsset.conf.5 upsstats.html.5; do \



Home | Main Index | Thread Index | Old Index