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:
parent
9d496fd6f1
commit
6fe79145bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438347
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user