diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-15 01:16:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-15 01:16:04 +0800 |
commit | f8e3d1a41f2a131629aff6670ea014dda70577cb (patch) | |
tree | 5818905081ef2b92288ca017b3eabf3663a0ea69 /www | |
parent | 51b06528a4429f186bdf939f591eb046150da2f2 (diff) | |
download | freebsd-ports-gnome-f8e3d1a41f2a131629aff6670ea014dda70577cb.tar.gz freebsd-ports-gnome-f8e3d1a41f2a131629aff6670ea014dda70577cb.tar.zst freebsd-ports-gnome-f8e3d1a41f2a131629aff6670ea014dda70577cb.zip |
- Fix previous commit
- Bump PORTREVISION
Notified by: Yuri <yuri@rawbw.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/shellinabox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index e996b120a0cb..46f5c8157b40 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -3,7 +3,7 @@ PORTNAME= shellinabox PORTVERSION= 2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GOOGLE_CODE @@ -12,8 +12,9 @@ COMMENT= Publish command line shell through AJAX interface LICENSE= GPLv2 -OPTIONS_DEFINE= CORES DOCS +OPTIONS_DEFINE= CORES DOCS NOLOGIN CORES_DESC= Patch shellinaboxd to enable core dumps +NOLOGIN_DESC= Login through ssh (not through login) HAS_CONFIGURE= yes CONFIGURE_ARGS= \ |