Enable staging.

PR:		188960
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (blanket pre-approval)
This commit is contained in:
Gerald Pfeifer 2014-05-13 00:23:14 +00:00
parent a10426262c
commit a653f5e4e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353905
2 changed files with 10 additions and 5 deletions

View File

@ -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}

View File

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