diff options
| author | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 20:00:40 +0000 |
|---|---|---|
| committer | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 20:00:40 +0000 |
| commit | 78496d13494d4ea19f83e828ffb9269e9f33eac0 (patch) | |
| tree | 3d9aa40b043d9c7df7be5688967f0855bcf54da0 /www/mod_layout22/files/patch-Makefile | |
| parent | - Update to 2.4.1 [1] (diff) | |
- Update to 4.1
Notes
Notes:
svn path=/head/; revision=219541
Diffstat (limited to 'www/mod_layout22/files/patch-Makefile')
| -rw-r--r-- | www/mod_layout22/files/patch-Makefile | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile index 470842ad57f1..adabd148898e 100644 --- a/www/mod_layout22/files/patch-Makefile +++ b/www/mod_layout22/files/patch-Makefile @@ -1,17 +1,11 @@ ---- Makefile.orig Wed Sep 24 17:56:08 2003 -+++ Makefile Wed Sep 24 17:56:33 2003 -@@ -1,13 +1,13 @@ +--- Makefile.orig 2007-02-21 22:29:07.000000000 +0100 ++++ Makefile 2008-08-31 21:53:05.000000000 +0200 +@@ -1,10 +1,10 @@ ## ## Makefile -- Build procedure for mod_layout Apache module ## -builddir=$(shell pwd) --top_srcdir=/usr/local/apache2 --top_builddir=/usr/local/apache2 --include /usr/local/apache2/build/special.mk +#builddir=$(shell pwd) -+top_srcdir=${LOCALBASE}/share/apache2 -+top_builddir=${LOCALBASE}/share/apache2 -+include ${LOCALBASE}/share/apache2/build/special.mk # the used tools -APXS=apxs @@ -19,17 +13,3 @@ APACHECTL=apachectl CC=`$(APXS) -q CC` INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME -@@ -61,12 +61,7 @@ - $(APXS) -c header.c - # install the shared object file into Apache - install: -- $(APXS) -iac $(INCLUDES) $(LIBS) $(SRC) -- @echo "+--------------------------------------------------------+"; \ -- echo "| All done. |"; \ -- echo "| |"; \ -- echo "| Thanks for installing mod_layout. |"; \ -- echo "+--------------------------------------------------------+"; \ -+ $(APXS) -ia $(INCLUDES) $(LIBS) mod_layout.la - - rpm: dist - cp $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES |
