diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-13 04:32:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-13 04:32:10 +0800 |
commit | 3b245b361ce58b5e87a5872f7e1d01fc2df43339 (patch) | |
tree | 8e49291f059dfacb7b3dc3cd8c89efd76004ae11 | |
parent | 633aea3991262c05d27cf3516cf611f93e60b902 (diff) | |
download | freebsd-ports-gnome-3b245b361ce58b5e87a5872f7e1d01fc2df43339.tar.gz freebsd-ports-gnome-3b245b361ce58b5e87a5872f7e1d01fc2df43339.tar.zst freebsd-ports-gnome-3b245b361ce58b5e87a5872f7e1d01fc2df43339.zip |
- Add LICENSE
- Remove unnecessary SHELLS
- Use ETCDIR
- Fix and sort PLIST
- Bump PORTREVISION for package change
-rw-r--r-- | shells/jailkit/Makefile | 6 | ||||
-rw-r--r-- | shells/jailkit/pkg-plist | 24 |
2 files changed, 16 insertions, 14 deletions
diff --git a/shells/jailkit/Makefile b/shells/jailkit/Makefile index 668db0ef6589..f1ac0d7ef1fd 100644 --- a/shells/jailkit/Makefile +++ b/shells/jailkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= jailkit PORTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ http://www.sfr-fresh.com/unix/privat/ @@ -11,12 +11,12 @@ MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities to limit user account +LICENSE= BSD3CLAUSE + GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHONINTERPRETER=${PYTHON_CMD} USE_PYTHON= 2 -SHELLS= /etc/shells - PORTDOCS= COPYRIGHT README.txt post-install: diff --git a/shells/jailkit/pkg-plist b/shells/jailkit/pkg-plist index 775ba21e6b64..2e5a1b5a14b5 100644 --- a/shells/jailkit/pkg-plist +++ b/shells/jailkit/pkg-plist @@ -1,11 +1,11 @@ bin/jk_uchroot -etc/jailkit/jk_check.ini -etc/jailkit/jk_init.ini -etc/jailkit/jk_lsh.ini -etc/jailkit/jk_socketd.ini -etc/jailkit/jk_chrootsh.ini -etc/jailkit/jk_update.ini -etc/jailkit/jk_uchroot.ini +%%ETCDIR%%/jk_check.ini +%%ETCDIR%%/jk_chrootsh.ini +%%ETCDIR%%/jk_init.ini +%%ETCDIR%%/jk_lsh.ini +%%ETCDIR%%/jk_socketd.ini +%%ETCDIR%%/jk_uchroot.ini +%%ETCDIR%%/jk_update.ini man/man8/jailkit.8.gz man/man8/jk_addjailuser.8.gz man/man8/jk_check.8.gz @@ -16,21 +16,23 @@ 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 +sbin/jk_addjailuser +sbin/jk_check sbin/jk_chrootlaunch @shell sbin/jk_chrootsh sbin/jk_cp sbin/jk_init -sbin/jk_check -sbin/jk_addjailuser sbin/jk_jailuser sbin/jk_list -sbin/jk_update sbin/jk_lsh +sbin/jk_procmailwrapper sbin/jk_socketd +sbin/jk_update %%DATADIR%%/jk_lib.py %%DATADIR%%/jk_lib.pyc @dirrm %%DATADIR%% -@dirrmtry etc/jailkit +@dirrmtry %%ETCDIR%% |