svn commit: r328693 - head/ftp/tnftp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Sep 29 13:46:55 UTC 2013


Author: danilo
Date: Sun Sep 29 13:46:55 2013
New Revision: 328693
URL: http://svnweb.freebsd.org/changeset/ports/328693

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  
  Approved by:	wg (mentor)

Modified:
  head/ftp/tnftp/Makefile

Modified: head/ftp/tnftp/Makefile
==============================================================================
--- head/ftp/tnftp/Makefile	Sun Sep 29 13:46:14 2013	(r328692)
+++ head/ftp/tnftp/Makefile	Sun Sep 29 13:46:55 2013	(r328693)
@@ -6,13 +6,11 @@ PORTVERSION=	20130505
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at 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>


More information about the svn-ports-all mailing list