aboutsummaryrefslogtreecommitdiff
path: root/games/quake2forge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2forge/Makefile')
-rw-r--r--games/quake2forge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index fbadebcd9fe8..b89f7136c137 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -89,6 +89,6 @@ do-install:
.endif
post-install:
- @${CAT} ${PKGMESSAGE} | ${SED} -e 's#$${PREFIX}#${PREFIX}#g'
+ @${SED} -e 's#$${PREFIX}#${PREFIX}#g' ${PKGMESSAGE}
.include <bsd.port.post.mk>