pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ups-nut: Don't find asciidoc
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Jan 10 12:11:00 2023 -0500
Changeset: bfebce8c2cd4d8e2df037166b1df1f248e7c4a37
Modified Files:
ups-nut/Makefile
Log Message:
ups-nut: Don't find asciidoc
and therefore do not rebuild man pages.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bfebce8c2cd4d8e2df037166b1df1f248e7c4a37
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ups-nut/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/ups-nut/Makefile b/ups-nut/Makefile
index ab35ef119d..600b152ee3 100644
--- a/ups-nut/Makefile
+++ b/ups-nut/Makefile
@@ -15,11 +15,12 @@ SUBST_NOOP_OK.man-so= yes
# Don't regenerate any files in tools/.
TOOLS_SCRIPT.perl= exit 1
-CONFIGURE_ARGS+= --with-docs=man
CONFIGURE_ARGS+= --with-drvpath=${NUT_DRVDIR:Q}
CONFIGURE_ARGS+= --with-altpidpath=${NUT_STATEDIR:Q}
CONFIGURE_ARGS+= --with-pidpath=${NUT_STATEDIR:Q}
CONFIGURE_ARGS+= --with-dev
+
+CONFIGURE_ARGS+= --without-asciidoc
CONFIGURE_ARGS+= --without-snmp # provided by sysutils/ups-nut-snmp
CONFIGURE_ARGS+= --without-nut_monitor # not packaged
Home |
Main Index |
Thread Index |
Old Index