svn commit: r343335 - head/ftp/cmdftp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 8 14:20:52 UTC 2014


Author: danilo
Date: Sat Feb  8 14:20:51 2014
New Revision: 343335
URL: http://svnweb.freebsd.org/changeset/ports/343335
QAT: https://qat.redports.org/buildarchive/r343335/

Log:
  - Add stage support

Modified:
  head/ftp/cmdftp/Makefile

Modified: head/ftp/cmdftp/Makefile
==============================================================================
--- head/ftp/cmdftp/Makefile	Sat Feb  8 14:18:50 2014	(r343334)
+++ head/ftp/cmdftp/Makefile	Sat Feb  8 14:20:51 2014	(r343335)
@@ -12,9 +12,7 @@ COMMENT=	Command line shell-like ftp cli
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-MAN1=		${PORTNAME}.1
 
-PLIST_FILES=	bin/cmdftp
+PLIST_FILES=	bin/cmdftp man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list