diff options
Diffstat (limited to 'games/trojka/Makefile')
-rw-r--r-- | games/trojka/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/trojka/Makefile b/games/trojka/Makefile index e381ad59c2c5..8b83a0082cb0 100644 --- a/games/trojka/Makefile +++ b/games/trojka/Makefile @@ -15,8 +15,9 @@ MAINTAINER= e@ik.nu COMMENT= A game of skill MAN6= trojka.6 +SUB_FILES= pkg-message post-install: - ${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |