diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-29 21:46:55 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-29 21:46:55 +0800 |
commit | 2fcfe7cec6b0c95fde4bb2aebfe5806c200729af (patch) | |
tree | 63ccc33122236551d59e5136654c4319477860bd /ftp/tnftp | |
parent | 07dea01c8a470560e2dd9eb6fc7e692d76682399 (diff) | |
download | freebsd-ports-gnome-2fcfe7cec6b0c95fde4bb2aebfe5806c200729af.tar.gz freebsd-ports-gnome-2fcfe7cec6b0c95fde4bb2aebfe5806c200729af.tar.zst freebsd-ports-gnome-2fcfe7cec6b0c95fde4bb2aebfe5806c200729af.zip |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor)
Diffstat (limited to 'ftp/tnftp')
-rw-r--r-- | ftp/tnftp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index 90a541fdf478..a0b180207133 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -6,13 +6,11 @@ PORTVERSION= 20130505 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Enhanced ftp client from NetBSD GNU_CONFIGURE= yes -MAN1= tnftp.1 -PLIST_FILES= bin/tnftp +PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz -NO_STAGE= yes .include <bsd.port.mk> |