mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@ (blanket)
This commit is contained in:
parent
9c87b10138
commit
01515ac065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359027
@ -11,10 +11,9 @@ DISTNAME= sippy-${PORTVERSION}
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= yes
|
||||
USES= twisted
|
||||
USE_PYDISTUTILS= yes
|
||||
NO_STAGE= yes
|
||||
PYDISTUTILS_PKGNAME= sippy
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME}
|
||||
|
||||
@ -22,8 +21,8 @@ DOCS= COPYING README
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user