From 9befe5ba602e94e5b0a81393c469e8dec757cffb Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 3 Apr 2002 16:34:33 +0000 Subject: Tidy up ``import'' statements to avoid warnings by the latest Python-2.2. When de-installing, try removing any .pyc or .pyo files generated by Python compiler next to the .py files we install. Not bumping up PORTREVISION, since it still does not work with the new Python and worked without the fixes with the earlier one. Submitted by: maintainer --- www/linbot/pkg-plist | 1 + 1 file changed, 1 insertion(+) (limited to 'www/linbot/pkg-plist') diff --git a/www/linbot/pkg-plist b/www/linbot/pkg-plist index 451fa0247d7b..757627a71d8a 100644 --- a/www/linbot/pkg-plist +++ b/www/linbot/pkg-plist @@ -25,6 +25,7 @@ share/linbot/schemes/httplink.py share/linbot/version.py %%PORTDOCS%%share/doc/linbot/USAGE %%PORTDOCS%%@dirrm share/doc/linbot/ +@unexec rm -f %D/share/linbot/*.py[co] %D/share/linbot/*/*.py[co] @dirrm share/linbot/plugins @dirrm share/linbot/schemes @dirrm share/linbot -- cgit v1.2.3