mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage
- Remove unneeded DISTNAME PR: ports/188961 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
This commit is contained in:
parent
3d871a3704
commit
6313d7e835
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352370
@ -8,7 +8,6 @@ CATEGORIES= irc python
|
||||
MASTER_SITES= http://gozerbot.org/media/tarball/ \
|
||||
${MASTER_SITE_GOOGLE_CODE}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= gozerbot-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sten@blinkenlights.nl
|
||||
COMMENT= Gozerbot - A modular Python IRC and Jabber bot
|
||||
@ -26,18 +25,17 @@ MAN1= gozerbot.1
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
|
||||
${CP} ${WRKSRC}/README ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
|
||||
${CP} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${PREFIX}/man/man1/gozerbot.1
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/gozerbot.1.FreeBSD ${STAGEDIR}${MAN1PREFIX}/gozerbot.1
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
|
||||
|
@ -1,3 +1,4 @@
|
||||
gozerbot.1
|
||||
bin/gozerbot
|
||||
bin/gozerbot-start
|
||||
bin/gozerbot-stop
|
||||
|
Loading…
Reference in New Issue
Block a user