diff options
-rw-r--r-- | games/f1lt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile index 4cfd9b8460f9..468153e95ecd 100644 --- a/games/f1lt/Makefile +++ b/games/f1lt/Makefile @@ -29,7 +29,7 @@ PORTDOCS= CHANGELOG .include <bsd.port.options.mk> -post-patch-script: +post-patch: @${REINPLACE_CMD} -e 's|PREFIX = /opt/$$$$TARGET|PREFIX = ${PREFIX}|g' \ ${WRKSRC}/F1LT.pro @${REINPLACE_CMD} -e 's|SHARE=$$$$PREFIX/share|SHARE=${PREFIX}/share/${PORTNAME}|g' \ |