diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/fuhquake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index 067fd00e58b3..0c53fa09a043 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -167,6 +167,6 @@ do-install: post-install: @${SED} -e 's|$${DATADIR}|${DATADIR}|g' ${.CURDIR}/pkg-message >${PKGMESSAGE} - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |