diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-06-12 05:41:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-06-12 05:41:35 +0000 |
commit | 66f6bfec805ce4de6b87cc411496002c375250dd (patch) | |
tree | 810bd44485ddd48ad8a1a7eb3b11587e3f6c3def /sysutils/nut/files/patch-clients-Makefile.in | |
parent | - fix plist for -D NOPORTDOCS (diff) |
- Forgot to commit these in my last commit (my mistake)
- Match with 2.2.2
Diffstat (limited to 'sysutils/nut/files/patch-clients-Makefile.in')
-rw-r--r-- | sysutils/nut/files/patch-clients-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut/files/patch-clients-Makefile.in b/sysutils/nut/files/patch-clients-Makefile.in index a8fb0585387d..5f1ff8b9b730 100644 --- a/sysutils/nut/files/patch-clients-Makefile.in +++ b/sysutils/nut/files/patch-clients-Makefile.in @@ -4,8 +4,8 @@ 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)" +- 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 \ |