diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
commit | 2fef2c13163f0a600981fe851517a73298aeca8f (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /devel | |
parent | ed895606d1d4ca20328a15bef0238812dccf433b (diff) | |
download | pkgsrc-2fef2c13163f0a600981fe851517a73298aeca8f.tar.gz |
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'devel')
31 files changed, 62 insertions, 62 deletions
diff --git a/devel/bzr-svn/PLIST b/devel/bzr-svn/PLIST index 6a1e050e98d..4ccee7460b8 100644 --- a/devel/bzr-svn/PLIST +++ b/devel/bzr-svn/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.12 2012/02/02 11:21:41 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.13 2012/04/08 20:21:44 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/bzrlib/plugins/svn/__init__.py ${PYSITELIB}/bzrlib/plugins/svn/__init__.pyc ${PYSITELIB}/bzrlib/plugins/svn/__init__.pyo diff --git a/devel/bzrtools/PLIST b/devel/bzrtools/PLIST index 193d8b87061..bc780aafee1 100644 --- a/devel/bzrtools/PLIST +++ b/devel/bzrtools/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.9 2012/03/16 21:04:40 cheusov Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.10 2012/04/08 20:21:44 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.py ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyc ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyo diff --git a/devel/codeville/PLIST b/devel/codeville/PLIST index 0f291c01567..f0261fee0ca 100644 --- a/devel/codeville/PLIST +++ b/devel/codeville/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2012/01/27 10:19:16 obache Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:44 wiz Exp $ bin/cdv bin/cdv-agent bin/cdvpasswd bin/cdvserver bin/cdvupgrade -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/Codeville/DFS.py ${PYSITELIB}/Codeville/DFS.pyc ${PYSITELIB}/Codeville/DFS.pyo diff --git a/devel/epydoc/PLIST b/devel/epydoc/PLIST index 014d9a8b81f..7f48f609a56 100644 --- a/devel/epydoc/PLIST +++ b/devel/epydoc/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2012/02/02 12:58:47 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:44 wiz Exp $ bin/epydoc bin/epydocgui -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/epydoc/__init__.py ${PYSITELIB}/epydoc/__init__.pyc ${PYSITELIB}/epydoc/__init__.pyo diff --git a/devel/gnatpython/PLIST b/devel/gnatpython/PLIST index d91ff99ac5b..cda5ac336e2 100644 --- a/devel/gnatpython/PLIST +++ b/devel/gnatpython/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2012/02/03 13:15:39 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:44 wiz Exp $ bin/mainloop bin/opt-parser bin/rlimit -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/gnatpython/__init__.py ${PYSITELIB}/gnatpython/__init__.pyc ${PYSITELIB}/gnatpython/__init__.pyo diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 8b7533dd551..0e77735c8a0 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2012/02/12 18:49:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.29 2012/04/08 20:21:44 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -177,7 +177,7 @@ ${PYSITELIB}/hgext/zeroconf/Zeroconf.pyo ${PYSITELIB}/hgext/zeroconf/__init__.py ${PYSITELIB}/hgext/zeroconf/__init__.pyc ${PYSITELIB}/hgext/zeroconf/__init__.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/mercurial/__init__.py ${PYSITELIB}/mercurial/__init__.pyc ${PYSITELIB}/mercurial/__init__.pyo diff --git a/devel/py-InlineEgg/PLIST b/devel/py-InlineEgg/PLIST index 7b6901a2d0f..856d2590c1a 100644 --- a/devel/py-InlineEgg/PLIST +++ b/devel/py-InlineEgg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/15 12:03:21 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:45 wiz Exp $ share/doc/InlineEgg/README share/examples/InlineEgg/example1.py share/examples/InlineEgg/example2.py @@ -7,7 +7,7 @@ share/examples/InlineEgg/example4.py share/examples/InlineEgg/example5.py share/examples/InlineEgg/example6.py share/examples/InlineEgg/xored_shell_client.py -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/inlineegg/WindowsSyscall.py ${PYSITELIB}/inlineegg/WindowsSyscall.pyc ${PYSITELIB}/inlineegg/WindowsSyscall.pyo diff --git a/devel/py-Optik/PLIST b/devel/py-Optik/PLIST index bcd00072008..6ad491f0bb8 100644 --- a/devel/py-Optik/PLIST +++ b/devel/py-Optik/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2012/01/27 08:30:40 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.7 2012/04/08 20:21:45 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/optik/__init__.py ${PYSITELIB}/optik/__init__.pyc ${PYSITELIB}/optik/__init__.pyo diff --git a/devel/py-checker/PLIST b/devel/py-checker/PLIST index d1ebd9c0988..8e71a79ca6c 100644 --- a/devel/py-checker/PLIST +++ b/devel/py-checker/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2011/10/15 11:59:13 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:45 wiz Exp $ bin/pychecker${PYVERSSUFFIX} -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pychecker/CodeChecks.py ${PYSITELIB}/pychecker/CodeChecks.pyc ${PYSITELIB}/pychecker/CodeChecks.pyo diff --git a/devel/py-fann/PLIST b/devel/py-fann/PLIST index 15caf542a4f..208741c7662 100644 --- a/devel/py-fann/PLIST +++ b/devel/py-fann/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2011/10/15 12:17:26 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:45 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pyfann/__init__.py ${PYSITELIB}/pyfann/__init__.pyc ${PYSITELIB}/pyfann/__init__.pyo diff --git a/devel/py-funcparserlib/PLIST b/devel/py-funcparserlib/PLIST index 7d3fa956e61..c4a460dfa74 100644 --- a/devel/py-funcparserlib/PLIST +++ b/devel/py-funcparserlib/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/15 13:34:02 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:45 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/funcparserlib/__init__.py ${PYSITELIB}/funcparserlib/__init__.pyc ${PYSITELIB}/funcparserlib/__init__.pyo diff --git a/devel/py-game/PLIST b/devel/py-game/PLIST index 53703edd20d..d1294589bf5 100644 --- a/devel/py-game/PLIST +++ b/devel/py-game/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/12/10 14:43:37 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:45 wiz Exp $ ${PYINC}/pygame/bitmask.h ${PYINC}/pygame/fastevents.h ${PYINC}/pygame/ffmovie.h @@ -9,7 +9,7 @@ ${PYINC}/pygame/pygame.h ${PYINC}/pygame/pygamedocs.h ${PYINC}/pygame/scrap.h ${PYINC}/pygame/surface.h -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pygame/__init__.py ${PYSITELIB}/pygame/__init__.pyc ${PYSITELIB}/pygame/__init__.pyo diff --git a/devel/py-generate/PLIST b/devel/py-generate/PLIST index 15f7bd266f2..e622fff985b 100644 --- a/devel/py-generate/PLIST +++ b/devel/py-generate/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/15 11:46:04 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:45 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/generate.so diff --git a/devel/py-ipython/PLIST b/devel/py-ipython/PLIST index d35a1727108..d2931f84151 100644 --- a/devel/py-ipython/PLIST +++ b/devel/py-ipython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/29 13:22:52 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:45 wiz Exp $ bin/ipcluster bin/ipcontroller bin/ipengine @@ -816,7 +816,7 @@ ${PYSITELIB}/IPython/wildcard.pyo ${PYSITELIB}/IPython/winconsole.py ${PYSITELIB}/IPython/winconsole.pyc ${PYSITELIB}/IPython/winconsole.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} man/man1/ipcluster.1 man/man1/ipcontroller.1 man/man1/ipengine.1 diff --git a/devel/py-kjbuckets/PLIST b/devel/py-kjbuckets/PLIST index 8fdbd7f75da..b16ae20a23a 100644 --- a/devel/py-kjbuckets/PLIST +++ b/devel/py-kjbuckets/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/16 07:08:44 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:46 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/kjbuckets.so share/doc/${PYPKGPREFIX}-kjbuckets/kjbuckets.txt diff --git a/devel/py-kqueue/PLIST b/devel/py-kqueue/PLIST index b3132e85eef..bb1fa72e510 100644 --- a/devel/py-kqueue/PLIST +++ b/devel/py-kqueue/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/15 08:23:55 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:46 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/kqueuemodule.so diff --git a/devel/py-msgpack/PLIST b/devel/py-msgpack/PLIST index 1d4e8c9be7e..b48b6d59dd0 100644 --- a/devel/py-msgpack/PLIST +++ b/devel/py-msgpack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/13 12:20:20 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:46 wiz Exp $ ${PYSITELIB}/msgpack/__init__.py ${PYSITELIB}/msgpack/__init__.pyc ${PYSITELIB}/msgpack/__init__.pyo @@ -6,4 +6,4 @@ ${PYSITELIB}/msgpack/__version__.py ${PYSITELIB}/msgpack/__version__.pyc ${PYSITELIB}/msgpack/__version__.pyo ${PYSITELIB}/msgpack/_msgpack.so -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} diff --git a/devel/py-ordereddict/PLIST b/devel/py-ordereddict/PLIST index 83f322dc669..d18a6bbf1f0 100644 --- a/devel/py-ordereddict/PLIST +++ b/devel/py-ordereddict/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/07 12:54:24 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:46 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/ordereddict.py ${PYSITELIB}/ordereddict.pyc ${PYSITELIB}/ordereddict.pyo diff --git a/devel/py-pexpect/PLIST b/devel/py-pexpect/PLIST index 149fb26a802..4cd40f5f4f6 100644 --- a/devel/py-pexpect/PLIST +++ b/devel/py-pexpect/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/01/28 08:30:55 obache Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:47 wiz Exp $ ${PYSITELIB}/ANSI.py ${PYSITELIB}/ANSI.pyc ${PYSITELIB}/ANSI.pyo @@ -8,7 +8,7 @@ ${PYSITELIB}/FSM.pyo ${PYSITELIB}/fdpexpect.py ${PYSITELIB}/fdpexpect.pyc ${PYSITELIB}/fdpexpect.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pexpect.py ${PYSITELIB}/pexpect.pyc ${PYSITELIB}/pexpect.pyo diff --git a/devel/py-pytemplate/PLIST b/devel/py-pytemplate/PLIST index 31843f6ce96..2bf85b8c278 100644 --- a/devel/py-pytemplate/PLIST +++ b/devel/py-pytemplate/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/14 06:27:42 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pytemplate.py ${PYSITELIB}/pytemplate.pyc ${PYSITELIB}/pytemplate.pyo diff --git a/devel/py-quixote/PLIST b/devel/py-quixote/PLIST index 1ca82580811..b962bacc500 100644 --- a/devel/py-quixote/PLIST +++ b/devel/py-quixote/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/16 06:31:42 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/quixote/config.py ${PYSITELIB}/quixote/publish.py ${PYSITELIB}/quixote/wsgi.py diff --git a/devel/py-subvertpy/PLIST b/devel/py-subvertpy/PLIST index 66f53c84b66..c79bee2942f 100644 --- a/devel/py-subvertpy/PLIST +++ b/devel/py-subvertpy/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2011/07/22 14:54:45 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $ bin/subvertpy-fast-export -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/subvertpy/__init__.py ${PYSITELIB}/subvertpy/__init__.pyc ${PYSITELIB}/subvertpy/__init__.pyo diff --git a/devel/py-testtools/PLIST b/devel/py-testtools/PLIST index 6f793552e48..05e0dc8696d 100644 --- a/devel/py-testtools/PLIST +++ b/devel/py-testtools/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/07 10:45:06 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/testtools/__init__.py ${PYSITELIB}/testtools/__init__.pyc ${PYSITELIB}/testtools/__init__.pyo diff --git a/devel/py-unit/PLIST b/devel/py-unit/PLIST index 764b7586100..a06c0e9af2f 100644 --- a/devel/py-unit/PLIST +++ b/devel/py-unit/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/15 08:16:50 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/unittest.py ${PYSITELIB}/unittest.pyc ${PYSITELIB}/unittest.pyo diff --git a/devel/py-unitgui/PLIST b/devel/py-unitgui/PLIST index 961a5587702..61dc8798716 100644 --- a/devel/py-unitgui/PLIST +++ b/devel/py-unitgui/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2011/10/15 08:14:50 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/unittestgui.py ${PYSITELIB}/unittestgui.pyc ${PYSITELIB}/unittestgui.pyo diff --git a/devel/py-usb/PLIST b/devel/py-usb/PLIST index d9f8f6d6fac..fefc6ccaf6c 100644 --- a/devel/py-usb/PLIST +++ b/devel/py-usb/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2011/10/16 06:38:39 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:47 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/usb.so diff --git a/devel/py-windbg/PLIST b/devel/py-windbg/PLIST index ed434925ae6..c0a91b2e0c0 100644 --- a/devel/py-windbg/PLIST +++ b/devel/py-windbg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2012/02/02 13:44:00 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:48 wiz Exp $ bin/rpdb2 bin/winpdb ${PYSITELIB}/rpdb2.py ${PYSITELIB}/rpdb2.pyc ${PYSITELIB}/rpdb2.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/winpdb.py ${PYSITELIB}/winpdb.pyc ${PYSITELIB}/winpdb.pyo diff --git a/devel/py-xdg/PLIST b/devel/py-xdg/PLIST index 6f5bcdae52f..2bf73a20d44 100644 --- a/devel/py-xdg/PLIST +++ b/devel/py-xdg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2010/08/14 12:39:01 obache Exp $ -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:48 wiz Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/xdg/BaseDirectory.py ${PYSITELIB}/xdg/BaseDirectory.pyc ${PYSITELIB}/xdg/BaseDirectory.pyo diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index 78e01db8701..f0110e5bc86 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.18 2012/02/03 13:08:57 obache Exp $ +@comment $NetBSD: PLIST,v 1.19 2012/04/08 20:21:48 wiz Exp $ bin/roundup-admin bin/roundup-demo bin/roundup-gettext bin/roundup-mailgw bin/roundup-server bin/roundup-xmlrpc-server -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/roundup/__init__.py ${PYSITELIB}/roundup/__init__.pyc ${PYSITELIB}/roundup/__init__.pyo diff --git a/devel/scons/PLIST b/devel/scons/PLIST index 63de1645643..ea17c459f39 100644 --- a/devel/scons/PLIST +++ b/devel/scons/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2012/02/02 11:49:55 obache Exp $ +@comment $NetBSD: PLIST,v 1.8 2012/04/08 20:21:48 wiz Exp $ bin/scons bin/${PKGNAME} bin/scons-time @@ -566,7 +566,7 @@ lib/${PKGNAME}/SCons/dblite.pyo lib/${PKGNAME}/SCons/exitfuncs.py lib/${PKGNAME}/SCons/exitfuncs.pyc lib/${PKGNAME}/SCons/exitfuncs.pyo -${PLIST.eggfile}lib/${PKGNAME}/${EGG_FILE} +lib/${PKGNAME}/${EGG_FILE} man/man1/scons-time.1 man/man1/scons.1 man/man1/sconsign.1 diff --git a/devel/stgit/PLIST b/devel/stgit/PLIST index e6d317372f8..425d70d216c 100644 --- a/devel/stgit/PLIST +++ b/devel/stgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/01/29 08:01:36 obache Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:48 wiz Exp $ bin/stg bin/stg-cvs bin/stg-dispatch @@ -11,7 +11,7 @@ bin/stg-show-old bin/stg-swallow bin/stg-unnew bin/stg-whatchanged -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/stgit/__init__.py ${PYSITELIB}/stgit/__init__.pyc ${PYSITELIB}/stgit/__init__.pyo |