diff -Nru skystar2.orig/Makefile skystar2/Makefile --- skystar2.orig/Makefile 2008-06-11 19:28:20.000000000 +0400 +++ skystar2/Makefile 2008-06-11 20:58:04.000000000 +0400 @@ -20,6 +20,7 @@ SYSDIR?= ${SRC_BASE}/sys KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} +PORTDOCS= readme pre-fetch: .if !exists(${SYSDIR}/Makefile) @@ -32,5 +33,11 @@ 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 diff -Nru skystar2.orig/pkg-descr skystar2/pkg-descr --- skystar2.orig/pkg-descr 2008-06-11 19:28:20.000000000 +0400 +++ skystar2/pkg-descr 2008-06-11 19:29:37.000000000 +0400 @@ -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.