diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-07 23:25:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-07 23:25:07 +0800 |
commit | 78c5682a459427b4bc1def68b5a7b7cd58b8e052 (patch) | |
tree | 5d0be0c7b45611857b7d5fbde0432d8290cc55e3 /x11 | |
parent | 752767de4fbdf85c0153e3a057b3da424beadd3e (diff) | |
download | freebsd-ports-graphics-78c5682a459427b4bc1def68b5a7b7cd58b8e052.tar.gz freebsd-ports-graphics-78c5682a459427b4bc1def68b5a7b7cd58b8e052.tar.zst freebsd-ports-graphics-78c5682a459427b4bc1def68b5a7b7cd58b8e052.zip |
- Remove always-true OSVERSION condition
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index cbf2f203d0f..56b6c855d99 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -159,7 +159,7 @@ pre-extract: post-patch: @${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1003500 +.if ${OPSYS} == FreeBSD @${REINPLACE_CMD} -e 's|/usr/games/fortune|/usr/bin/fortune|' ${WRKSRC}/modes/Makefile.in .endif |