diff options
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 933975a..64f388c 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -13,6 +13,6 @@ HIDEGAME=hidegame beforeinstall: (cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \ - ${GAMES} ${DESTDIR}/usr/share/games/atc) + ${GAMES} ${DESTDIR}${SHAREDIR}/games/atc) .include <bsd.prog.mk> |