summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-18 01:26:17 +0000
committerbde <bde@FreeBSD.org>2001-02-18 01:26:17 +0000
commit42c0a98dcdac782a9bfa7f28f5f3267aebf7dcf2 (patch)
tree8959f9c9782bd18bc4555f5e0bf6be9ec8e738e7 /games
parent11a6354f43e3c7c8c329dcf77908ced7e9668640 (diff)
downloadFreeBSD-src-42c0a98dcdac782a9bfa7f28f5f3267aebf7dcf2.zip
FreeBSD-src-42c0a98dcdac782a9bfa7f28f5f3267aebf7dcf2.tar.gz
Fixed style bug (bloat of a line length past 80 columns) in previous commit.
Diffstat (limited to 'games')
-rw-r--r--games/wargames/Makefile4
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>
OpenPOWER on IntegriCloud