diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-30 06:25:19 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-30 06:25:19 +0000 |
commit | fdca62cdcb91dc62c509a82980fb517ee3ba39ad (patch) | |
tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /security/sudoscript | |
parent | 65cd17a75f3d47ce8b9e8008cf9885e7ee680a96 (diff) | |
download | ports-fdca62cdcb91dc62c509a82980fb517ee3ba39ad.tar.gz ports-fdca62cdcb91dc62c509a82980fb517ee3ba39ad.zip |
Notes
Diffstat (limited to 'security/sudoscript')
-rw-r--r-- | security/sudoscript/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 18d23f4bb87e..d78a16a7dcdc 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: sudoscript -# Date created: 17 June, 2003 -# Whom: hbo@egbok.com -# +# Created by: hbo@egbok.com # $FreeBSD$ -# PORTNAME= sudoscript PORTVERSION= 2.1.2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Audited shells in Perl with sudo(8) and script(1) MAN1= ss.1 sudoshell.1 |