pkgsrc/www/py-HTMLgen/patches/patch-ab
drochner 9049ac45bb initial import of py-HTMLgen-2.2.2, a class library for the generation of
HTML documents
such a pkg was submitted in PR pkg/13042, but the URL it refers to
is invalid
2002-02-05 19:44:53 +00:00

13 lines
384 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/02/05 19:44:53 drochner Exp $
--- installp.py.orig Tue Feb 5 20:19:55 2002
+++ installp.py Tue Feb 5 20:20:11 2002
@@ -15,7 +15,7 @@
print "Usage: %s [-f] pymodule [npymodule...]" % sys.argv[0]
sys.exit(1)
for opt in opts:
- if opt == '-f': FORCE = 1
+ if opt[0] == '-f': FORCE = 1
v = sys.version[:3]