diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-04 08:00:25 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-04 08:00:25 +0000 |
commit | 2f80472db9aa2ce8a45f5424c9a5c48e09f1eb93 (patch) | |
tree | c4464078d533a384f13b42f19c1779ab14a646ef /www/wsmake | |
parent | 671c39f5a9454a7a83500cad1907770a0c139ab9 (diff) | |
download | ports-2f80472db9aa2ce8a45f5424c9a5c48e09f1eb93.tar.gz ports-2f80472db9aa2ce8a45f5424c9a5c48e09f1eb93.zip |
Notes
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 56c2b06efb7f..2701dba6a83d 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: |