mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Install the documentation
This commit is contained in:
parent
cafa7d3bc3
commit
404f1750f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184002
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ COMMENT= Records MPEG2 streams directly from your Dbox2 over Ethernet
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/ggrab bin/sserver
|
||||
PORTDOCS= README
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
|
||||
|
@ -26,5 +27,9 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ggrab ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sserver ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue