openbsd-ports/sysutils/nut/patches/patch-Makefile_in
marcm dd73fa6eb5 * Update to 1.0.0
* CGIs are now a SUBPACKAGE and work with chrooted Apache

* Make myself MAINTAINER

* Mark conflict with upad-2.0

ok naddy@ and nate@
2002-10-14 16:14:33 +00:00

21 lines
619 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2002/10/14 16:14:33 marcm Exp $
--- Makefile.in.orig Mon Sep 30 09:23:54 2002
+++ Makefile.in Mon Sep 30 09:24:21 2002
@@ -65,6 +65,7 @@ install-dirs:
install-man:
@cd man; $(MAKE) install; cd ..;
+ @cd man; $(MAKE) install-cgi-man; cd ..;
# the target changes based on whether you did configure --with-cgi or not
cgi: @CGI_BUILD_TARGET@
@@ -76,7 +77,7 @@ build-cgi-fake:
build-cgi:
@cd clients; $(MAKE) cgi; cd ..;
-install-cgi: install-dirs install-cgi-man
+install-cgi: install-dirs
if (test ! -d $(CGIPATH)) then \
./install-sh -d $(CGIPATH) || exit 1; \
fi \