From owner-svn-ports-head@FreeBSD.ORG Tue May 13 00:23:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFCAC8A2; Tue, 13 May 2014 00:23:14 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C9F2661; Tue, 13 May 2014 00:23:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4D0NETx044421; Tue, 13 May 2014 00:23:14 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4D0NE8B044419; Tue, 13 May 2014 00:23:14 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201405130023.s4D0NE8B044419@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 13 May 2014 00:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353905 - head/irc/py-supybot 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.18 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: Tue, 13 May 2014 00:23:15 -0000 Author: gerald Date: Tue May 13 00:23:14 2014 New Revision: 353905 URL: http://svnweb.freebsd.org/changeset/ports/353905 QAT: https://qat.redports.org/buildarchive/r353905/ Log: Enable staging. PR: 188960 Submitted by: Bartek Rutkowski Approved by: portmgr (blanket pre-approval) Modified: head/irc/py-supybot/Makefile head/irc/py-supybot/pkg-plist Modified: head/irc/py-supybot/Makefile ============================================================================== --- head/irc/py-supybot/Makefile Mon May 12 23:51:17 2014 (r353904) +++ head/irc/py-supybot/Makefile Tue May 13 00:23:14 2014 (r353905) @@ -23,17 +23,16 @@ MANCOMPRESSED= no MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \ supybot-plugin-create.1 supybot-plugin-doc.1 -NO_STAGE= yes post-install: .for f in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${STAGEDIR}${DOCSDIR} .endif .if !defined(BATCH) @${CAT} ${PKGMESSAGE} Modified: head/irc/py-supybot/pkg-plist ============================================================================== --- head/irc/py-supybot/pkg-plist Mon May 12 23:51:17 2014 (r353904) +++ head/irc/py-supybot/pkg-plist Tue May 13 00:23:14 2014 (r353905) @@ -6,6 +6,12 @@ bin/supybot-plugin-doc bin/supybot-plugin-package bin/supybot-test bin/supybot-wizard +man/man1/supybot-adduser.1.gz +man/man1/supybot-botchk.1.gz +man/man1/supybot-plugin-create.1.gz +man/man1/supybot-plugin-doc.1.gz +man/man1/supybot-wizard.1.gz +man/man1/supybot.1.gz %%PYTHON_SITELIBDIR%%/supybot/__init__.py %%PYTHON_SITELIBDIR%%/supybot/__init__.pyc %%PYTHON_SITELIBDIR%%/supybot/__init__.pyo