aboutsummaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-srclib:apr-util:Makefile.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-02-23 10:59:45 +0000
committerClement Laforet <clement@FreeBSD.org>2005-02-23 10:59:45 +0000
commit4b58bbf26b79631078ee3f1aaf3cc411ab73b1c1 (patch)
tree7b04514225f5ec353cb1bf4b005b18550b1732c3 /www/apache22/files/patch-srclib:apr-util:Makefile.in
parentf83ceb33505a1f8ffdae8393841c072151180515 (diff)
- Update to 2.1.3
If you can't fetch the distfile, fetch http://httpd.apache.org/dev/dist/httpd-2.1.3-alpha.tar.bz2 into ${PORTSDIR}/distfiles/apache21
Notes
Notes: svn path=/head/; revision=129592
Diffstat (limited to 'www/apache22/files/patch-srclib:apr-util:Makefile.in')
-rw-r--r--www/apache22/files/patch-srclib:apr-util:Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/apache22/files/patch-srclib:apr-util:Makefile.in b/www/apache22/files/patch-srclib:apr-util:Makefile.in
index 76805db43fcc..d0e295d2c6df 100644
--- a/www/apache22/files/patch-srclib:apr-util:Makefile.in
+++ b/www/apache22/files/patch-srclib:apr-util:Makefile.in
@@ -1,14 +1,15 @@
---- srclib/apr-util/Makefile.in.orig Wed Nov 17 02:12:20 2004
-+++ srclib/apr-util/Makefile.in Sat Dec 11 18:20:07 2004
-@@ -55,11 +55,10 @@
+--- srclib/apr-util/Makefile.in.orig Sun Nov 28 19:59:35 2004
++++ srclib/apr-util/Makefile.in Wed Feb 23 11:26:13 2005
+@@ -54,12 +54,11 @@
sed 's,^\(location=\).*$$,\1installed,' < $(APU_CONFIG) > $@
install: $(TARGET_LIB) apu-config.out
- $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
+ $(APR_MKDIR) $(DESTDIR)$(includedir) \
$(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
- $(INSTALL_DATA) $(top_srcdir)/include/*.h $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(top_blddir)/include/*.h $(DESTDIR)$(includedir)
+ for f in $(top_srcdir)/include/*.h $(top_blddir)/include/*.h; do \
+ $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
+ done
- $(INSTALL_DATA) apr-util.pc $(DESTDIR)$(libdir)/pkgconfig/$(APRUTIL_PCFILE)
list='$(INSTALL_SUBDIRS)'; for i in $$list; do \
( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \