diff options
Diffstat (limited to 'games/wargames')
-rw-r--r-- | games/wargames/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index b5841eb..1b9ae0b 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -4,7 +4,7 @@ MAN6= wargames.6 beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${.CURDIR}/wargames.sh \ ${DESTDIR}${BINDIR}/wargames .include <bsd.prog.mk> |