diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-10 12:05:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-10 12:05:14 +0800 |
commit | 530b0a8f8bf60f62ab936b9a2d11699220b9e42f (patch) | |
tree | 631acdbdc9f6799238e9aaf659bf2f462825fb37 /shells | |
parent | 37f49b0d086f6cb76957a77481d35910d0040e68 (diff) | |
download | freebsd-ports-gnome-530b0a8f8bf60f62ab936b9a2d11699220b9e42f.tar.gz freebsd-ports-gnome-530b0a8f8bf60f62ab936b9a2d11699220b9e42f.tar.zst freebsd-ports-gnome-530b0a8f8bf60f62ab936b9a2d11699220b9e42f.zip |
- Pass maintainership to submitter
- While here trim header
PR: 180420
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rssh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index ce9b60167008..bfe5b37fccab 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: rssh -# Date created: Fri Apr 16 02:04:33 CEST 2004 -# Whom: enigmatyc -# +# Created by: enigmatyc # $FreeBSD$ -# PORTNAME= rssh PORTVERSION= 2.3.4 CATEGORIES= shells security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com COMMENT= Restricted Secure SHell only for sftp or/and scp GNU_CONFIGURE= yes |