diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-29 15:08:30 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-29 15:08:30 +0000 |
commit | 9c27afcde524aa1740dbefb0a3d5c72647022b53 (patch) | |
tree | 00cb8a05a100868b896ef1d6ac379a4e3595c5b9 /security | |
parent | - Take maintainership (diff) |
- Take maintainership
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306620
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 775d8b7890aa..097c1d107346 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= OpenSSH/portable PKGNAMESUFFIX= -portable -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} |