From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 13:48:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4652E6CC; Sat, 8 Feb 2014 13:48:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 317EF1CD0; Sat, 8 Feb 2014 13:48:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18DmtiQ004110; Sat, 8 Feb 2014 13:48:55 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18Dmtvv004109; Sat, 8 Feb 2014 13:48:55 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402081348.s18Dmtvv004109@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 8 Feb 2014 13:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343329 - head/ftp/quftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 13:48:55 -0000 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@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