freebsd-ports/www/mod_python/files/patch-Makefile.in
Kevin Lo 188d493de9 Update to 2.7.1
PR: 23874
Submitted by: MAINTAINER
2000-12-27 16:15:55 +00:00

19 lines
597 B
Plaintext

--- 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)
+ /usr/local/sbin/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