diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 14:48:21 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 14:48:21 +0000 |
commit | f77c7bc267a6580d05f1c4479625b29d3af52c90 (patch) | |
tree | 571cb2bed1fe2b705a8d0b663943f7479ecff60a /www/web2ldap/files/patch-ac | |
parent | Add p5-B-Graph, a perl module for displaying perl-internals information (diff) |
Add web2ldap, an web-based LDAP client.
PR: ports/20095
Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
Diffstat (limited to 'www/web2ldap/files/patch-ac')
-rw-r--r-- | www/web2ldap/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-ac b/www/web2ldap/files/patch-ac new file mode 100644 index 000000000000..06ddb993a6ad --- /dev/null +++ b/www/web2ldap/files/patch-ac @@ -0,0 +1,13 @@ +*** sbin/compile.py.orig Sat Jul 22 02:24:55 2000 +--- sbin/compile.py Sat Jul 22 02:25:07 2000 +*************** +*** 1,4 **** +! #!/usr/bin/python + + import compileall + +--- 1,4 ---- +! #!/usr/local/bin/python + + import compileall + |