Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 00:23:14 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353905 - head/irc/py-supybot
Message-ID:  <201405130023.s4D0NE8B044419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@robakdesign.com>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405130023.s4D0NE8B044419>