diff options
Diffstat (limited to 'www/wsmake')
-rw-r--r-- | www/wsmake/files/patch-Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/wsmake/files/patch-Makefile.in b/www/wsmake/files/patch-Makefile.in index 56c2b06efb7..2701dba6a83 100644 --- a/www/wsmake/files/patch-Makefile.in +++ b/www/wsmake/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2008-06-03 21:19:34.000000000 +0200 -+++ Makefile.in 2008-06-03 21:20:28.000000000 +0200 +--- Makefile.in.orig 2002-11-25 02:45:53.000000000 +0100 ++++ Makefile.in 2008-06-04 09:51:49.000000000 +0200 @@ -154,7 +154,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ config.log config.status $(AUX_DIST) @@ -9,3 +9,12 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +@@ -491,7 +491,7 @@ + uninstall: uninstall-recursive + + install-am: all-am +- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am @DOCS_TRUE@install-data-am + + installcheck: installcheck-recursive + install-strip: |