diff options
author | zuntum <zuntum> | 2001-11-01 00:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:32:23 +0000 |
commit | 12b93642c9daf031b8f20f51ed2a9a139529d6ef (patch) | |
tree | d0c7515e829b3d20d8e3aaca76db926e459dd4f3 /lang/python | |
parent | 21b47178a2509fb914e8d69116de89c76d5ad1d2 (diff) | |
download | pkgsrc-12b93642c9daf031b8f20f51ed2a9a139529d6ef.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/PLIST.pre | 4 | ||||
-rw-r--r-- | lang/python/pkg/PLIST.pre | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/PLIST.pre b/lang/python/PLIST.pre new file mode 100644 index 00000000000..d41a84fe5e7 --- /dev/null +++ b/lang/python/PLIST.pre @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.pre,v 1.1 2001/11/01 00:32:32 zuntum Exp $ +bin/python +bin/python2.0 +man/man1/python.1 diff --git a/lang/python/pkg/PLIST.pre b/lang/python/pkg/PLIST.pre deleted file mode 100644 index b54a255b330..00000000000 --- a/lang/python/pkg/PLIST.pre +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST.pre,v 1.2 2000/10/22 20:01:50 tsarna Exp $ -bin/python -bin/python2.0 -man/man1/python.1 |