summaryrefslogtreecommitdiff
path: root/www/mod_layout22/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /www/mod_layout22/files/patch-Makefile
parent- Cacti developers has modified one of oficial patches. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Diffstat (limited to 'www/mod_layout22/files/patch-Makefile')
-rw-r--r--www/mod_layout22/files/patch-Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile
deleted file mode 100644
index 470842ad57f1..000000000000
--- a/www/mod_layout22/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Wed Sep 24 17:56:08 2003
-+++ Makefile Wed Sep 24 17:56:33 2003
-@@ -1,13 +1,13 @@
- ##
- ## 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
-+APXS=${LOCALBASE}/sbin/apxs
- 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