openbsd-ports/sysutils/nut/patches/patch-Makefile_in
marcm 85dc249d41 Update to 1.4.1.
In addition to the standard bugfixes, this is a major port rewrite.
The port now uses a '_ups' user and the CGIs created can now run under
either chrooted Apache or non-chrooted Apache.
2004-02-09 06:48:48 +00:00

21 lines
591 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.3 2004/02/09 06:48:48 marcm Exp $
--- Makefile.in.orig 2003-10-17 14:00:06.000000000 -0700
+++ Makefile.in 2004-01-03 10:08:46.000000000 -0800
@@ -49,6 +49,7 @@ install-bin:
install-man:
@cd man; $(MAKE) install; cd ..;
+ @cd man; $(MAKE) install-cgi-man; cd ..;
install-conf:
cd conf; $(MAKE) install; cd ..
@@ -74,7 +75,7 @@ build-cgi:
@cd clients; $(MAKE) cgi; cd ..;
install-cgi: cgi install-cgi-dir install-dirs install-cgi-bin \
- install-cgi-man install-cgi-conf
+ install-cgi-conf
install-cgi-dir:
if (test ! -d $(CGIPATH)) then \