diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 04:33:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 04:33:47 +0000 |
commit | 162ed18b85db7db9b4a8216443ed48ba7ae1ef7f (patch) | |
tree | 4be9f89e87d441eb8140b26ad63d18387985dd73 /multimedia/pvr250/Makefile | |
parent | 3e063600379d482ac4bbbd9b3abf996b992a3725 (diff) |
Notes
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> |