aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-11-18 12:25:07 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-11-18 12:25:07 +0000
commita3959ef040e4e2b93f45a115c8e126b00f0853db (patch)
tree7bb2329c85cfd77224ae42f7d3b15a5bee55e059 /devel/ice/files/patch-Makefile
parent3c8baec5f86e3eb18a1960e9fa3e10137629406d (diff)
downloadports-a3959ef040e4e2b93f45a115c8e126b00f0853db.tar.gz
ports-a3959ef040e4e2b93f45a115c8e126b00f0853db.zip
Update to 3.0.0
PR: 89193 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=148718
Diffstat (limited to 'devel/ice/files/patch-Makefile')
-rw-r--r--devel/ice/files/patch-Makefile27
1 files changed, 8 insertions, 19 deletions
diff --git a/devel/ice/files/patch-Makefile b/devel/ice/files/patch-Makefile
index b0099528c0cf..46f3411d4c2c 100644
--- a/devel/ice/files/patch-Makefile
+++ b/devel/ice/files/patch-Makefile
@@ -1,25 +1,14 @@
---- Makefile.orig Tue Jul 5 19:58:47 2005
-+++ Makefile Tue Jul 5 19:59:39 2005
-@@ -44,11 +44,13 @@
- $(call mkdir,$(install_slicedir)) ; \
- fi
-
-+ifndef NOPORTDOCS
- @if test ! -d $(install_docdir) ; \
- then \
- echo "Creating $(install_docdir)..." ; \
- $(call mkdir,$(install_docdir)) ; \
- fi
-+endif
-
- $(EVERYTHING)::
- @for subdir in $(SUBDIRS); \
-@@ -61,9 +63,11 @@
+--- Makefile.orig Tue Jul 26 23:32:00 2005
++++ Makefile Thu Nov 17 10:15:57 2005
+@@ -43,12 +43,14 @@
@( cd doc && $(MAKE) ) || exit 1
install::
+ifndef NOPORTDOCS
- @( cd doc && $(MAKE) install ) || exit 1
+ @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))
@@ -27,4 +16,4 @@
+endif
clean::
- @( cd doc && $(MAKE) clean ) || exit 1
+ @if test -d doc ; \