. add readme to the package; [1]

. respect NOPORTDOCS;  [1]
. add a note to pkg-plist that there is no TV support so far;  [1]
. bump PORTREVISION.

Submitted by:	Alex Keda <admin at lissyara.su> (maintainer by email)  [1]
This commit is contained in:
Boris Samorodov 2008-06-14 17:21:39 +00:00
parent 2d94c0d48b
commit 402531876c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214846
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= skystar2
PORTVERSION= 11
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://paradox.org.ua/ \
http://lissyara.su/patch/skystar2/
@ -20,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
SYSDIR?= ${SRC_BASE}/sys
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
PORTDOCS= readme
pre-fetch:
.if !exists(${SYSDIR}/Makefile)
@ -32,5 +34,11 @@ pre-fetch:
post-install:
@${INSTALL_DATA} ${WRKSRC}/etc/channels.conf.dist ${PREFIX}/etc/
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
A driver for DVB-S card (producer TechniSat, Germany, http://www.technisat.com/)
SkyStar 2 TV PCI on chip FlexCop II or FlexCop IIB by B2C2inc (SkyStar2).
In this version of the driver there is no support of TV. Only data.
Written by paradox (http://paradox.org.ua/).
For additional information see readme in the source tarball.