diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-23 22:43:36 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-23 22:43:36 +0000 |
commit | 45a812efa1bf31960c65618d4464f2b68165e404 (patch) | |
tree | 0b0f5235e769bdb3e7fd4e2d9f1c070a28fe87a8 /ftp/ftplib | |
parent | 0f75c532cb3e66ec4fc0aa7d728f968a8dd086e5 (diff) | |
download | ports-45a812efa1bf31960c65618d4464f2b68165e404.tar.gz ports-45a812efa1bf31960c65618d4464f2b68165e404.zip |
Notes
Diffstat (limited to 'ftp/ftplib')
-rw-r--r-- | ftp/ftplib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftplib/Makefile b/ftp/ftplib/Makefile index 02458c03a341..0640115100bc 100644 --- a/ftp/ftplib/Makefile +++ b/ftp/ftplib/Makefile @@ -16,7 +16,7 @@ PATCH_SITES= http://www.nbpfaus.net/~pfau/ftplib/ PATCHFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.patch PATCH_DIST_STRIP= -p3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= A set of routines that implement the FTP protocol WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/linux |