diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
commit | d2101f2dd8dca97c1d1fa5dc408255ef1a114800 (patch) | |
tree | 21fd0e382e1d083542888e2bae8694d8f035c84e /net/c3270 | |
parent | These install kernel modules, so add new virtual category kld. (diff) |
- Change my mail address to araujo@.
Approved by: stas (mentor)
Notes
Notes:
svn path=/head/; revision=194470
Diffstat (limited to 'net/c3270')
-rw-r--r-- | net/c3270/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index b40c3e1f6fe9..53de618ec28b 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://x3270.bgp.nu/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Full-screen curses-based remote login to IBM mainframes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} |