diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 17:48:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 17:48:39 +0000 |
commit | 26e3ffdae17dc399343a25f8394fbd2a13627bc3 (patch) | |
tree | be753a1339476ea8ac840318300d4e789b2da1a9 /devel/ply | |
parent | 61b9e83a855c6f87960e1a28257046ec600d49a5 (diff) | |
download | pkgsrc-26e3ffdae17dc399343a25f8394fbd2a13627bc3.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'devel/ply')
-rw-r--r-- | devel/ply/PLIST | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/ply/PLIST b/devel/ply/PLIST index 1284e56b169..74b12276736 100644 --- a/devel/ply/PLIST +++ b/devel/ply/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 15:36:50 recht Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:03 joerg Exp $ ${PYSITELIB}/lex.py ${PYSITELIB}/lex.pyc ${PYSITELIB}/lex.pyo @@ -15,10 +15,3 @@ share/examples/ply/classcalc/calc.py share/examples/ply/hedit/hedit.py share/examples/ply/optcalc/README share/examples/ply/optcalc/calc.py -@dirrm share/examples/ply/optcalc -@dirrm share/examples/ply/hedit -@dirrm share/examples/ply/classcalc -@dirrm share/examples/ply/calc -@dirrm share/examples/ply/ansic -@dirrm share/examples/ply -@dirrm share/doc/ply |