diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-04 16:00:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-04 16:00:25 +0800 |
commit | 3c70af2408bad87026f81036060aed99049ad9e0 (patch) | |
tree | b82e0effcfe427e65fb5bbc140472dd510376399 /www/wsmake | |
parent | 3f963a4e317d9e9030190faf3f511b62269512ef (diff) | |
download | freebsd-ports-graphics-3c70af2408bad87026f81036060aed99049ad9e0.tar.gz freebsd-ports-graphics-3c70af2408bad87026f81036060aed99049ad9e0.tar.zst freebsd-ports-graphics-3c70af2408bad87026f81036060aed99049ad9e0.zip |
- Fix PLIST with NOPORTDOCS
Reported by: ionbot
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: |