diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-08 15:10:56 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-08 15:10:56 +0000 |
| commit | f5bd648d815748e553f84c06e65061079e325a99 (patch) | |
| tree | 096cf6cac7f86e1776868eef5c01a1edaae3dee5 /devel/ice/files/patch-Makefile | |
| parent | Add AQBANKING option, fixes broken/incorrect dependency on openhbci. (diff) | |
Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.
PR: 64136
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Original submission by: Sergey Matveychuk <sem@ciam.ru>
Thanks to: flz for reviving the PR
Diffstat (limited to 'devel/ice/files/patch-Makefile')
| -rw-r--r-- | devel/ice/files/patch-Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/ice/files/patch-Makefile b/devel/ice/files/patch-Makefile new file mode 100644 index 000000000000..9a28e26957d5 --- /dev/null +++ b/devel/ice/files/patch-Makefile @@ -0,0 +1,31 @@ +--- Makefile.orig Fri May 21 16:33:04 2004 ++++ Makefile Thu Jul 22 19:46:03 2004 +@@ -49,12 +49,14 @@ + chmod a+rx $(install_slicedir) ; \ + fi + ++ifndef NOPORTDOCS + @if test ! -d $(install_docdir) ; \ + then \ + echo "Creating $(install_docdir)..." ; \ + mkdir $(install_docdir) ; \ + chmod a+rx $(install_docdir) ; \ + fi ++endif + + $(EVERYTHING):: + @for subdir in $(SUBDIRS); \ +@@ -67,9 +69,11 @@ + @( cd doc && $(MAKE) ) || exit 1 + + install:: ++ifndef NOPORTDOCS + @( cd doc && $(MAKE) install ) || exit 1 +- $(INSTALL) ICE_LICENSE $(prefix) +- $(INSTALL) LICENSE $(prefix) ++ $(INSTALL) ICE_LICENSE $(install_docdir) ++ $(INSTALL) LICENSE $(install_docdir) ++endif + + clean:: + @( cd doc && $(MAKE) clean ) || exit 1 |
