summaryrefslogtreecommitdiff
path: root/www/py-HTMLgen/files
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-20 08:50:50 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-20 08:50:50 +0000
commitc97810a4a1d06356c1d48899a8f05d361a4d0a95 (patch)
tree65e7e9bafb891d8855f79992d7c4163fe92fc2dd /www/py-HTMLgen/files
parentAdded gtksql (diff)
A Python library for the generation of HTML documents.
Notes
Notes: svn path=/head/; revision=17317
Diffstat (limited to 'www/py-HTMLgen/files')
-rw-r--r--www/py-HTMLgen/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-HTMLgen/files/patch-aa b/www/py-HTMLgen/files/patch-aa
new file mode 100644
index 000000000000..258b086adffc
--- /dev/null
+++ b/www/py-HTMLgen/files/patch-aa
@@ -0,0 +1,11 @@
+--- installp.py Sat Mar 20 02:34:29 1999
++++ installp.py.orig Sat Mar 20 02:33:44 1999
+@@ -14,7 +14,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]
+