From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 12:14:50 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 0AE2A658; Thu, 6 Feb 2014 12:14:49 +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 5F7111C92; Thu, 6 Feb 2014 12:14:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16CEnhV012687; Thu, 6 Feb 2014 12:14:49 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16CEnkM012686; Thu, 6 Feb 2014 12:14:49 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402061214.s16CEnkM012686@svn.freebsd.org> From: Martin Wilke Date: Thu, 6 Feb 2014 12:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343046 - head/sysutils/fanout 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: Thu, 06 Feb 2014 12:14:50 -0000 Author: miwi Date: Thu Feb 6 12:14:48 2014 New Revision: 343046 URL: http://svnweb.freebsd.org/changeset/ports/343046 QAT: https://qat.redports.org/buildarchive/r343046/ Log: - Stage support Modified: head/sysutils/fanout/Makefile Modified: head/sysutils/fanout/Makefile ============================================================================== --- head/sysutils/fanout/Makefile Thu Feb 6 12:14:44 2014 (r343045) +++ head/sysutils/fanout/Makefile Thu Feb 6 12:14:48 2014 (r343046) @@ -15,11 +15,8 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux -.if !defined(NOPORTDOCS) PORTDOCS= README index.html -.endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/fanterm @@ -27,12 +24,10 @@ post-patch: ${WRKSRC}/fanmux do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fanout ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/fanterm ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/fanmux ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + ${INSTALL_SCRIPT} ${WRKSRC}/fanout ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/fanterm ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/fanmux ${STAGEDIR}${PREFIX}/bin/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include