View | Details | Raw Unified | Return to bug 188960
Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 23-39 Link Here
23
MAN1=	supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
23
MAN1=	supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
24
	supybot-plugin-create.1 supybot-plugin-doc.1
24
	supybot-plugin-create.1 supybot-plugin-doc.1
25
25
26
NO_STAGE=	yes
27
post-install:
26
post-install:
28
.for f in ${MAN1}
27
.for f in ${MAN1}
29
	${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1
28
	${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1
30
.endfor
29
.endfor
31
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
32
	@${MKDIR} ${DOCSDIR}
31
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
33
.for f in ${DOCS}
32
.for f in ${DOCS}
34
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
33
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
35
.endfor
34
.endfor
36
	${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/docs/GETTING_STARTED ${STAGEDIR}${DOCSDIR}
37
.endif
36
.endif
38
.if !defined(BATCH)
37
.if !defined(BATCH)
39
	@${CAT} ${PKGMESSAGE}
38
	@${CAT} ${PKGMESSAGE}
(-)pkg-plist (+6 lines)
Lines 6-11 Link Here
6
bin/supybot-plugin-package
6
bin/supybot-plugin-package
7
bin/supybot-test
7
bin/supybot-test
8
bin/supybot-wizard
8
bin/supybot-wizard
9
man/man1/supybot-adduser.1.gz
10
man/man1/supybot-botchk.1.gz
11
man/man1/supybot-plugin-create.1.gz
12
man/man1/supybot-plugin-doc.1.gz
13
man/man1/supybot-wizard.1.gz
14
man/man1/supybot.1.gz
9
%%PYTHON_SITELIBDIR%%/supybot/__init__.py
15
%%PYTHON_SITELIBDIR%%/supybot/__init__.py
10
%%PYTHON_SITELIBDIR%%/supybot/__init__.pyc
16
%%PYTHON_SITELIBDIR%%/supybot/__init__.pyc
11
%%PYTHON_SITELIBDIR%%/supybot/__init__.pyo
17
%%PYTHON_SITELIBDIR%%/supybot/__init__.pyo

Return to bug 188960