1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- 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
This commit is contained in:
Pav Lucistnik 2005-02-01 10:15:04 +00:00
parent b804906d86
commit 693fedfb7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127837

View File

@ -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"