1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/mod_python3/files/patch-Makefile.in
Maxim Sobolev c4c57226a7 Update to 2.6.3.
PR:		22850
Submitted by:	maintainer
2000-11-15 14:09:37 +00:00

19 lines
575 B
Plaintext

--- Makefile.in.orig Wed Nov 15 05:33:51 2000
+++ Makefile.in Wed Nov 15 05:40:52 2000
@@ -90,13 +90,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