diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-01 10:15:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-01 10:15:04 +0000 |
commit | 693fedfb7ab0cd891c25a12303c46aa21bbb73c2 (patch) | |
tree | 6daf3324e1845d27c4f8ce2fb3466b4db62c0a3b /audio/aureal-kmod | |
parent | b804906d86cc98c5fa2d6f5189b91fa234b6b5b6 (diff) | |
download | ports-693fedfb7ab0cd891c25a12303c46aa21bbb73c2.tar.gz ports-693fedfb7ab0cd891c25a12303c46aa21bbb73c2.zip |
- Fix syntax on 5-STABLE past 2005-01-30
PS I think this port is quite brain damaged. These checks should be made
on OSVERSION.
PR: ports/76943
Submitted by: Sergey N. Voronkov <serg@tmn.ru>
Tested by: DomiX on FreeNode
Notes
Notes:
svn path=/head/; revision=127837
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 01f508bbc5cd..4fcb58960c1b 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -36,7 +36,7 @@ VERSION_SOUND_C!= ident < ${SRCPREFIX}/sys/dev/sound/pcm/sound.c | \ VERSION_SOUND_C= .endif -VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} +VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:C/\.[0-9\.]+$//} .if ${OSVERSION} < 410000 IGNORE= "FreeBSD 3.*, 4.0 are not supported" |