aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-14 22:28:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-14 22:28:54 +0000
commitf0000681746c861b50020b459d0d0d2cfcf0be8a (patch)
treedd2fbbcf910a8c52a3002fd51e90860107f237a9 /devel/ice/files/patch-Makefile
parent2e6153f64fc8c34f093fe8996451422c88ec97bc (diff)
downloadports-f0000681746c861b50020b459d0d0d2cfcf0be8a.tar.gz
ports-f0000681746c861b50020b459d0d0d2cfcf0be8a.zip
- Update to 3.3.0
PR: 126195 126197 126198 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Notes
Notes: svn path=/head/; revision=218562
Diffstat (limited to 'devel/ice/files/patch-Makefile')
-rw-r--r--devel/ice/files/patch-Makefile31
1 files changed, 6 insertions, 25 deletions
diff --git a/devel/ice/files/patch-Makefile b/devel/ice/files/patch-Makefile
index d6dda1c87496..ae1aa81e0b31 100644
--- a/devel/ice/files/patch-Makefile
+++ b/devel/ice/files/patch-Makefile
@@ -1,31 +1,12 @@
---- Makefile.orig Wed Aug 8 21:00:54 2007
-+++ Makefile Fri Sep 14 12:30:38 2007
-@@ -11,7 +11,10 @@
-
+--- cpp/Makefile.bak 2008-05-16 19:24:00.000000000 +0200
++++ cpp/Makefile 2008-07-31 13:37:25.000000000 +0200
+@@ -12,6 +12,9 @@
include $(top_srcdir)/config/Make.rules
--SUBDIRS = config src include test demo slice doc
-+SUBDIRS = config src include test demo slice
-+ifndef NOPORTDOCS
+ SUBDIRS = config src include test demo
++ifneq ($(NOPORTDOCS),yes)
+SUBDIRS += doc
+endif
- INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_slicedir) $(install_docdir)
-
-@@ -51,12 +54,14 @@
- @( cd doc && $(MAKE) ) || exit 1
-
- install::
-+ifndef NOPORTDOCS
- @if test -d doc ; \
- then \
- ( cd doc && $(MAKE) install ) || exit 1 ; \
- fi
-- $(call installdata,ICE_LICENSE,$(prefix))
-- $(call installdata,LICENSE,$(prefix))
-+ $(call installdata,ICE_LICENSE,$(install_docdir))
-+ $(call installdata,LICENSE,$(install_docdir))
-+endif
+ INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)
- clean::
- @if test -d doc ; \