diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-08-05 20:33:43 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-08-05 20:33:43 +0800 |
commit | 2373233f8e4bf243d7f59379aafd909d26117c8d (patch) | |
tree | 4df7bf527b655fc5863f893bb3eebb1e7a89013c /shells | |
parent | 0fd6aa82daff62669916c3e6e6f64e4a2f2980b9 (diff) | |
download | freebsd-ports-gnome-2373233f8e4bf243d7f59379aafd909d26117c8d.tar.gz freebsd-ports-gnome-2373233f8e4bf243d7f59379aafd909d26117c8d.tar.zst freebsd-ports-gnome-2373233f8e4bf243d7f59379aafd909d26117c8d.zip |
- Fix in @exec installs incorrect file
PR: ports/149081
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/lshell/Makefile | 1 | ||||
-rw-r--r-- | shells/lshell/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 6624ad726f3c..d6d49ef076e2 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -7,6 +7,7 @@ PORTNAME= lshell PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF diff --git a/shells/lshell/pkg-plist b/shells/lshell/pkg-plist index c93a7190d678..4699e1a77eff 100644 --- a/shells/lshell/pkg-plist +++ b/shells/lshell/pkg-plist @@ -3,8 +3,8 @@ bin/lshell @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak @unexec if cmp -s %D/etc/lshell.conf %D/etc/lshell.conf.sample; then rm -f %D/etc/lshell.conf; fi etc/lshell.conf.sample -etc/logrotate.d/lshell @exec if [ ! -f %D/etc/lshell.conf ]; then cp %B/%f %D/etc/lshell.conf; fi +etc/logrotate.d/lshell %%PYTHON_SITELIBDIR%%/lshell.py %%PYTHON_SITELIBDIR%%/lshell.pyc %%PYTHON_SITELIBDIR%%/lshell.pyo |