diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-07 01:38:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-07 01:38:11 +0000 |
commit | 1b87f3e993acc718018ac806759e67126e0aeb30 (patch) | |
tree | f6ad7be1de77810aca1a147163369e62ea5cd2f1 /audio/aureal-kmod/Makefile | |
parent | 3e572f372c1e10d23a5187373b9829d7efb3e791 (diff) |
Notes
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r-- | audio/aureal-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 8ccef216d451..da534b8623c0 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -38,10 +38,10 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/sound/pcm/sound.c) -IGNORE= "You need to extract kernel source tree before building this package" +IGNORE= you need to extract kernel source tree before building this package .endif -pre-fetch: +pre-everything:: .for STRAY in ${STRAYFILES} .if exists(${SRCPREFIX}/sys/dev/sound/pci/${STRAY}) @${ECHO} |