1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-04-12 10:25:28 +00:00
parent 9d496fd6f1
commit 6fe79145bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438347

View File

@ -159,7 +159,7 @@ pre-extract:
post-patch:
@${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in
.if ${OSVERSION} > 1003500
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1003500
@${REINPLACE_CMD} -e 's|/usr/games/fortune|/usr/bin/fortune|' ${WRKSRC}/modes/Makefile.in
.endif