svn commit: r353905 - head/irc/py-supybot

Gerald Pfeifer gerald at FreeBSD.org
Tue May 13 00:23:15 UTC 2014


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 at 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


More information about the svn-ports-all mailing list