aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-04-08 17:49:34 +0800
committerdanfe <danfe@FreeBSD.org>2005-04-08 17:49:34 +0800
commit3293140ba2bc651216f9bdd3fccbef6e952ab9a2 (patch)
tree5050a10d4ec7c4cfa474225e9e63f1c867ad45bc /games
parent7eabfd0834cfc0a88aaf310280f7583ec797ea59 (diff)
downloadfreebsd-ports-gnome-3293140ba2bc651216f9bdd3fccbef6e952ab9a2.tar.gz
freebsd-ports-gnome-3293140ba2bc651216f9bdd3fccbef6e952ab9a2.tar.zst
freebsd-ports-gnome-3293140ba2bc651216f9bdd3fccbef6e952ab9a2.zip
Add missing `@' before ${CAT}.
Diffstat (limited to 'games')
-rw-r--r--games/fuhquake/Makefile2
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>