svn commit: r347299 - head/ftp/llnlxftp

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 6 18:33:30 UTC 2014


Author: bapt
Date: Thu Mar  6 18:33:29 2014
New Revision: 347299
URL: http://svnweb.freebsd.org/changeset/ports/347299
QAT: https://qat.redports.org/buildarchive/r347299/

Log:
  Support stage

Modified:
  head/ftp/llnlxftp/Makefile

Modified: head/ftp/llnlxftp/Makefile
==============================================================================
--- head/ftp/llnlxftp/Makefile	Thu Mar  6 18:32:32 2014	(r347298)
+++ head/ftp/llnlxftp/Makefile	Thu Mar  6 18:33:29 2014	(r347299)
@@ -12,7 +12,8 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Motif FTP client
 
-PLIST_FILES=	bin/xftp lib/X11/app-defaults/XFtp
+PLIST_FILES=	bin/xftp lib/X11/app-defaults/XFtp \
+		man/man1/xftp.1.gz
 WRKSRC=		${WRKDIR}/llnlxftp2.1/sources
 USES=		imake motif
 USE_XORG=	ice sm x11 xext xp xt
@@ -21,7 +22,4 @@ CFLAGS+=	-Wno-implicit-int \
 		-Wno-implicit-function-declaration \
 		-Wno-return-type
 
-MAN1=		xftp.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list