- zap a patch that would bork instead of fix the path in pydoc
spotted by frantisek holop
This commit is contained in:
parent
30fde5c11d
commit
58a52e292f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/06/13 19:43:59 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/07/06 07:35:16 jasper Exp $
|
||||
|
||||
VERSION = 2.7
|
||||
PATCHLEVEL = .1
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
SHARED_LIBS = python2.7 0.0
|
||||
|
||||
AUTOCONF_VERSION = 2.65
|
||||
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-Tools_scripts_pydoc,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
|
||||
--- Tools/scripts/pydoc.orig Tue Aug 10 03:27:55 2004
|
||||
+++ Tools/scripts/pydoc Mon Sep 18 06:31:10 2006
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python2.7
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
Loading…
Reference in New Issue
Block a user