summaryrefslogtreecommitdiff
path: root/audio/aureal-kmod
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-01 10:15:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-01 10:15:04 +0000
commit693fedfb7ab0cd891c25a12303c46aa21bbb73c2 (patch)
tree6daf3324e1845d27c4f8ce2fb3466b4db62c0a3b /audio/aureal-kmod
parentMark as broken on 6.X (diff)
- 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/Makefile2
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"