diff options
-rw-r--r-- | games/wargames/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 1b9ae0b..fcc2e41 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} ${.CURDIR}/wargames.sh \ - ${DESTDIR}${BINDIR}/wargames + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/wargames.sh ${DESTDIR}${BINDIR}/wargames .include <bsd.prog.mk> |