summaryrefslogtreecommitdiff
path: root/games/atc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-05-29 22:38:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-05-29 22:38:37 +0000
commit5c6b0b391751cf944e107a5ddab480f5b3d82f51 (patch)
treeee836fb7d1770d9cc76d401b0cbc83b61858ffc0 /games/atc
parentd2d02801b93cc9bf0c9fadd6d3a319d2ebe85b4e (diff)
downloadsrc-test2-5c6b0b391751cf944e107a5ddab480f5b3d82f51.tar.gz
src-test2-5c6b0b391751cf944e107a5ddab480f5b3d82f51.zip
Notes
Diffstat (limited to 'games/atc')
-rw-r--r--games/atc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index e6433c4f73c8..80305a183347 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -12,7 +12,7 @@ CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
beforeinstall:
- (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
+ (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \
${GAMES} ${DESTDIR}/usr/share/games/atc)
.include <bsd.prog.mk>