Files

25 lines
807 B
Diff
Raw Permalink Normal View History

2017-08-19 11:45:54 -07:00
--- buildtools/makeman.orig 2017-08-19 09:26:14.000000000 -0700
+++ buildtools/makeman 2017-08-19 09:31:57.000000000 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!__MACPORTS_PYTHON__
#
# makeman -- compile netpbm's stereotyped HTML to troff markup
#
2018-01-17 20:14:40 -06:00
--- buildtools/manpage.mk.orig 2018-01-17 20:10:28.000000000 -0600
+++ buildtools/manpage.mk 2018-01-17 20:10:45.000000000 -0600
2025-01-14 14:46:18 -06:00
@@ -134,11 +134,11 @@
2017-08-19 11:45:54 -07:00
# to standard error.
%.1 %.3 %.5: $(USERGUIDE)/%.html
@echo Converting $< to $@
- @python $(MAKEMAN) -d $(USERGUIDE) $(<F)
+ @__MACPORTS_PYTHON__ $(MAKEMAN) -d $(USERGUIDE) $(<F)
netpbm.1: $(USERGUIDE)/index.html
@echo Converting $< to $@
- @python $(MAKEMAN) -d $(USERGUIDE) index.html
+ @__MACPORTS_PYTHON__ $(MAKEMAN) -d $(USERGUIDE) index.html
@mv index.1 netpbm.1
# Generate man pages