diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-17 11:22:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-17 11:22:43 +0000 |
commit | 206e023818d05a8d08a21d3ae46d2fd7b5b5b52e (patch) | |
tree | b80ad49f3cf8c973b033db90517771c73c14f753 /textproc/pyxml/patches | |
parent | cd753db2fb15863c03583014549c7b70fffa3614 (diff) | |
download | pkgsrc-206e023818d05a8d08a21d3ae46d2fd7b5b5b52e.tar.gz |
move to canonical pkg name (pyX.Y-pkg-vers),
append version suffix to installed scripts to avoid conflicts,
patch path to python executable into installed scripts
Diffstat (limited to 'textproc/pyxml/patches')
-rw-r--r-- | textproc/pyxml/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/pyxml/patches/patch-aa b/textproc/pyxml/patches/patch-aa new file mode 100644 index 00000000000..590e07a4736 --- /dev/null +++ b/textproc/pyxml/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2002/01/17 11:22:44 drochner Exp $ + +--- setup.py.orig Thu Jan 17 11:21:41 2002 ++++ setup.py Thu Jan 17 11:42:15 2002 +@@ -199,5 +199,6 @@ + + ext_modules = ext_modules, + +- scripts = ['scripts/xmlproc_parse', 'scripts/xmlproc_val'] ++ scripts = ['scripts/xmlproc_parse' + sys.version[0:3], ++ 'scripts/xmlproc_val' + sys.version[0:3]] + ) |