ports/www/mod_python3/files/patch-Makefile.in
Philip M. Gollucci 5cc76d5a23 - Fix the pkg-plist. The install wasn't running an apxs command so it confused
the apxs setup.

I believe this is the last one, so tb/pointyhat exceptions can be removed
for www/apache20.

With Hat:   apache@
2010-06-09 01:12:10 +00:00

10 lines
433 B
Text

--- ./Makefile.in.orig 2010-06-08 21:02:59.711010209 -0400
+++ ./Makefile.in 2010-06-08 21:06:55.645681728 -0400
@@ -61,6 +61,7 @@
@echo
$(INSTALL) -d $(DESTDIR)$(LIBEXECDIR)
$(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR)
+ ${APXS} -e -a -n python $(DESTDIR)$(LIBEXECDIR)/mod_python.so
@echo
@echo "Now don't forget to edit your main config and add"
@echo " LoadModule python_module $(LIBEXECDIR)/mod_python.so"