diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-10 04:05:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-10 04:05:14 +0000 |
commit | e4e18edcc0d35be1aa8e3ab7d015b3fc7ee4f40b (patch) | |
tree | 631acdbdc9f6799238e9aaf659bf2f462825fb37 /shells/rssh | |
parent | e6fbc5d58adc94ed80ecdd71163c924d4a557a3c (diff) |
Notes
Diffstat (limited to 'shells/rssh')
-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 |