aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-01 18:15:04 +0800
committerpav <pav@FreeBSD.org>2005-02-01 18:15:04 +0800
commit533c9518df6ee8c689c570de801820d9dd1e0fad (patch)
tree6dcab0eafe31dba9f6c60083ec6034268a3270d7 /audio
parent50f420dccb6e7c9ebe55bfa50eab9904ebba9427 (diff)
downloadfreebsd-ports-gnome-533c9518df6ee8c689c570de801820d9dd1e0fad.tar.gz
freebsd-ports-gnome-533c9518df6ee8c689c570de801820d9dd1e0fad.tar.zst
freebsd-ports-gnome-533c9518df6ee8c689c570de801820d9dd1e0fad.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
Diffstat (limited to 'audio')
-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"