diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-15 12:33:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-15 12:33:47 +0800 |
commit | a79babd29600023595c28909b79f9391b1efde39 (patch) | |
tree | d1cff64f8f3ff8b22904937f97c9e7ba5f0c4ff3 /multimedia/pvr250/Makefile | |
parent | 1ff77d4ba69290e280158916960e97ae1921df9c (diff) | |
download | freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.tar.gz freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.tar.zst freebsd-ports-gnome-a79babd29600023595c28909b79f9391b1efde39.zip |
Better way to ignore checksum failures of hcwPVRP2.sys
Diffstat (limited to 'multimedia/pvr250/Makefile')
-rw-r--r-- | multimedia/pvr250/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/pvr250/Makefile b/multimedia/pvr250/Makefile index 99f9d343f857..1bebb92d58a0 100644 --- a/multimedia/pvr250/Makefile +++ b/multimedia/pvr250/Makefile @@ -12,6 +12,7 @@ PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTFILES= ${CXMSHAR} hcwPVRP2.sys ${PVRTOOLS}.tar.gz +IGNOREFILES= hcwPVRP2.sys # Varies from month to month MAINTAINER= edwin@mavetju.org COMMENT= Hauppauge PVR-250/350 TV cards driver for the cxm device @@ -40,10 +41,6 @@ pre-everything:: @${ECHO_CMD} "Some tuners (for example the Philips FQ1216M) supports multiple standards." @${ECHO_CMD} "Use the following configuration screen (or 'make config') to choose your local TV channel system if you have such a tuner." @${ECHO_CMD} "At this moment only the Philips FQ1216M is known to do this. If you don't have one, just ignore it. If you have one, select one (1) entry." - - @${ECHO_CMD} - @${ECHO_CMD} "Also, if this port complains about an invalid checksum for hcwPVRP2.sys," - @${ECHO_CMD} "please run 'make makesum' and start again." @sleep 5 .include <bsd.port.pre.mk> |