svn commit: r384344 - head/games/bitefusion
Jan Beich
jbeich at FreeBSD.org
Mon Apr 20 10:35:07 UTC 2015
Author: jbeich
Date: Mon Apr 20 10:35:06 2015
New Revision: 384344
URL: https://svnweb.freebsd.org/changeset/ports/384344
Log:
Derive CONFIGURE_TARGET check from OPSYS to fix
configure: error: Unknown host type "x86_64-portbld-dragonfly4.1"
Reported by: DPorts
Approved by: portmgr blanket
Modified:
head/games/bitefusion/Makefile
Modified: head/games/bitefusion/Makefile
==============================================================================
--- head/games/bitefusion/Makefile Mon Apr 20 10:27:08 2015 (r384343)
+++ head/games/bitefusion/Makefile Mon Apr 20 10:35:06 2015 (r384344)
@@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Bitefusion" \
""
post-patch:
- @${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \
+ @${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-${OPSYS:tl}|' \
${WRKSRC}/configure
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list