ports/www/mod_python/files/patch-Makefile.in
Hye-Shik Chang 03b2c83164 - Update to 2.7.10 and unmark BROKEN. [1]
- Respect LOCALBASE for APXS location. [2]
- Assign maintainership to submitter. [2]

PR:		63960 [2]
Submitted by:	Simon Barner <barner@in.tum.de> [1],
		Josh Elsasser <jre@vineyard.net> [2]
Requested by:	Hideki Machida <hido@neojapangz.com> [1]
2004-03-11 13:20:01 +00:00

18 lines
590 B
Text

--- Makefile.in.orig Wed Dec 27 13:49:54 2000
+++ Makefile.in Wed Dec 27 13:52:28 2000
@@ -82,13 +82,10 @@
@echo
@echo "Performing DSO installation."
@echo
- $(INSTALL) src/mod_python.so $(LIBEXECDIR)
+ $(PORTS_APXS) -i -a src/mod_python.so
@$(MAKE) install_py_lib
@echo
- @echo "Now don't forget to edit your main config and add"
- @echo " LoadModule python_module $(LIBEXECDIR)/mod_python.so"
- @echo "and if your configuration uses ClearModuleList, then also"
- @echo " AddModule mod_python.c"
+ @echo " ## Apache has to be restarted."
@echo
install_static: static