9049ac45bb
HTML documents such a pkg was submitted in PR pkg/13042, but the URL it refers to is invalid
17 lines
542 B
Text
17 lines
542 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/02/05 19:44:53 drochner Exp $
|
|
|
|
--- Makefile.orig Tue Feb 5 19:25:20 2002
|
|
+++ Makefile Tue Feb 5 19:40:08 2002
|
|
@@ -56,10 +56,10 @@
|
|
python HTMLutil.py -s
|
|
|
|
compileall:
|
|
- python -c "import compileall; compileall.compile_dir('.',0)"
|
|
+ ${PYTHONBIN} -c "import compileall; compileall.compile_dir('.',0)"
|
|
|
|
install: compileall
|
|
- python installp.py -f $(MODULES) $(MODULESC) $(PIL) $(PILC)
|
|
+ ${PYTHONBIN} installp.py -f $(MODULES) $(MODULESC) $(PIL) $(PILC)
|
|
@echo Installation of $(PACKAGE) done.
|
|
|
|
checkin:
|