svn commit: r343329 - head/ftp/quftp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 8 13:48:55 UTC 2014


Author: danilo
Date: Sat Feb  8 13:48:54 2014
New Revision: 343329
URL: http://svnweb.freebsd.org/changeset/ports/343329
QAT: https://qat.redports.org/buildarchive/r343329/

Log:
  - Add stage support
  - Remove the indefinte article from COMMENT

Modified:
  head/ftp/quftp/Makefile

Modified: head/ftp/quftp/Makefile
==============================================================================
--- head/ftp/quftp/Makefile	Sat Feb  8 13:41:08 2014	(r343328)
+++ head/ftp/quftp/Makefile	Sat Feb  8 13:48:54 2014	(r343329)
@@ -8,7 +8,7 @@ CATEGORIES=	ftp
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A scriptable FTP client
+COMMENT=	Scriptable FTP client
 
 LICENSE=	GPLv2
 
@@ -18,15 +18,13 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS}
 
-MAN1=		quftp.1
-PLIST_FILES=	bin/quftp
+PLIST_FILES=	bin/quftp man/man1/quftp.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^CFLAGS|#CFLAGS|' ${WRKSRC}/Makefile.in
 
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/quftp
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quftp
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list