diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-24 11:52:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-24 11:52:46 +0800 |
commit | 715aca930ddda7c4f65968eaadf3f8014e26b451 (patch) | |
tree | f96ae37f38033c93c057e305971d315743f2168b /multimedia/pvrxxx | |
parent | 731a154b3b1756771652137c7f15bb2f32e1a54d (diff) | |
download | freebsd-ports-gnome-715aca930ddda7c4f65968eaadf3f8014e26b451.tar.gz freebsd-ports-gnome-715aca930ddda7c4f65968eaadf3f8014e26b451.tar.zst freebsd-ports-gnome-715aca930ddda7c4f65968eaadf3f8014e26b451.zip |
NO_CDROM and NO_PACKAGE are redundant if RESTRICTED is specified.
While here, pet portlint.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'multimedia/pvrxxx')
-rw-r--r-- | multimedia/pvrxxx/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/multimedia/pvrxxx/Makefile b/multimedia/pvrxxx/Makefile index fdf94f4e66e9..5a62ee2d2d45 100644 --- a/multimedia/pvrxxx/Makefile +++ b/multimedia/pvrxxx/Makefile @@ -26,8 +26,6 @@ NOFETCHFILES= hcwPVRP2.sys HcwMakoA.ROM RESTRICTED_FILES= hcwPVRP2.sys HcwMakoA.ROM RESTRICTED= This port uses a binary driver which is owned by Hauppauge -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} MAN4= cxm.4 MAN1= pvr250-setchannel.1 @@ -38,16 +36,15 @@ MODULESDIR= /boot/modules PLIST_SUB= MODULESDIR=${MODULESDIR} .if !exists(${DISTDIR}/hcwPVRP2.sys) -IGNORE= You need the file hcwPVRP2.sys from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version. +IGNORE= you need the file hcwPVRP2.sys from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version .endif .if !exists(${DISTDIR}/HcwMakoA.ROM) -IGNORE= You need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run m -ake again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version. +IGNORE= you need the file HcwMakoA.ROM from the CD coming with the PVR-150/500 card. Please place this file in ${DISTDIR} and run make again. Check http://ivtvdriver.org/index.php/Firmware for the recommended version .endif .if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c) -IGNORE= You need the kernel sources installed to build this module. +IGNORE= you need the kernel sources installed to build this module .endif patch-iicbb: @@ -64,7 +61,7 @@ do-extract: ${SH} ${DISTDIR}/${CXMSHAR}; \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${PVRTOOLS}.tar.gz ${EXTRACT_AFTER_ARGS}; \ cd modules/cxm/cxm; \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/pvrxxx_gpl.tgz ${EXTRACT_AFTER_ARGS}; + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/pvrxxx_gpl.tgz ${EXTRACT_AFTER_ARGS}; post-patch: ${REINPLACE_CMD} -e 's/tuner0/cxm0/' \ |