diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-01-28 22:35:32 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-01-28 22:35:32 +0800 |
commit | 7191211d92e08c8dd1602c6dee0eace3ab4e4ee3 (patch) | |
tree | fd97e20637f0424cf3d52947896f1171026e8758 /shells/lshell/pkg-plist | |
parent | 1367afbd3f246a6046ee798166fc7d7a249ee28d (diff) | |
download | freebsd-ports-graphics-7191211d92e08c8dd1602c6dee0eace3ab4e4ee3.tar.gz freebsd-ports-graphics-7191211d92e08c8dd1602c6dee0eace3ab4e4ee3.tar.zst freebsd-ports-graphics-7191211d92e08c8dd1602c6dee0eace3ab4e4ee3.zip |
- Update to 0.9.8
Approved by: miwi (mentor)
Diffstat (limited to 'shells/lshell/pkg-plist')
-rw-r--r-- | shells/lshell/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/lshell/pkg-plist b/shells/lshell/pkg-plist index 99142196a05..bb202601122 100644 --- a/shells/lshell/pkg-plist +++ b/shells/lshell/pkg-plist @@ -5,5 +5,7 @@ bin/lshell etc/lshell.conf.sample @exec if [ ! -f %D/etc/lshell.conf ]; then cp %B/%f %D/etc/lshell.conf; fi %%PYTHON_SITELIBDIR%%/lshell.py +%%PYTHON_SITELIBDIR%%/lshell.pyc +%%PYTHON_SITELIBDIR%%/lshell.pyo @dirrmtry %%DATADIR%% @dirrmtry %%LOGDIR%% |