From e446c1f2f8dba40fc9840f5ddaa8c1a221e4d326 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 7 Oct 2007 09:13:49 +0000 Subject: - Upgrade to 2.2.0 PR: ports/115898 Submitted by: mm Approved by: maintainer (timeout) --- sysutils/nut/files/patch-clients-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/nut/files/patch-clients-Makefile.in (limited to 'sysutils/nut/files/patch-clients-Makefile.in') diff --git a/sysutils/nut/files/patch-clients-Makefile.in b/sysutils/nut/files/patch-clients-Makefile.in new file mode 100644 index 000000000000..a8fb0585387d --- /dev/null +++ b/sysutils/nut/files/patch-clients-Makefile.in @@ -0,0 +1,11 @@ +--- clients/Makefile.in.orig 2007-07-05 15:21:22.000000000 +0200 ++++ clients/Makefile.in 2007-08-28 15:25:39.000000000 +0200 +@@ -440,7 +440,7 @@ + done + install-cgiexecPROGRAMS: $(cgiexec_PROGRAMS) + @$(NORMAL_INSTALL) +- test -z "$(cgiexecdir)" || $(mkdir_p) "$(DESTDIR)$(cgiexecdir)" ++ test -z "$(cgiexec_PROGRAMS)" -o -z "$(cgiexecdir)" || $(mkdir_p) "$(DESTDIR)$(cgiexecdir)" + @list='$(cgiexec_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ -- cgit v1.2.3