diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-15 16:56:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-15 16:56:10 +0000 |
commit | d37031eae10af30ef8045e779910d70a7f59fc09 (patch) | |
tree | 6fe3a3edcdff6c5a240477e4bda2e3c30745855c /shells | |
parent | aa2bd5af4daddaa05cc39f4547bb0dab27ed0acc (diff) | |
download | ports-d37031eae10af30ef8045e779910d70a7f59fc09.tar.gz ports-d37031eae10af30ef8045e779910d70a7f59fc09.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/jailkit/Makefile | 2 | ||||
-rw-r--r-- | shells/jailkit/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index f1ac0d7ef1fd..7f33b99a4343 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= jailkit PORTVERSION= 2.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ http://www.sfr-fresh.com/unix/privat/ diff --git a/shells/jailkit/pkg-plist b/shells/jailkit/pkg-plist index 2e5a1b5a14b5..19b42be550d2 100644 --- a/shells/jailkit/pkg-plist +++ b/shells/jailkit/pkg-plist @@ -16,7 +16,6 @@ man/man8/jk_init.8.gz man/man8/jk_jailuser.8.gz man/man8/jk_list.8.gz man/man8/jk_lsh.8.gz -man/man8/jk_procmailwrapper.8.gz man/man8/jk_socketd.8.gz man/man8/jk_uchroot.8.gz man/man8/jk_update.8.gz @@ -29,7 +28,6 @@ sbin/jk_init sbin/jk_jailuser sbin/jk_list sbin/jk_lsh -sbin/jk_procmailwrapper sbin/jk_socketd sbin/jk_update %%DATADIR%%/jk_lib.py |