summaryrefslogtreecommitdiffstats
path: root/games/wargames
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-02-12 03:36:51 +0000
committerchris <chris@FreeBSD.org>2000-02-12 03:36:51 +0000
commit77025da0d2dfa1410f1612c7669b410c8caff5e5 (patch)
tree60888849a501b783e46d670ab5d4e340c7b843d3 /games/wargames
parent1d25bde6b259a721a68ed9b187ebd757709307ef (diff)
downloadFreeBSD-src-77025da0d2dfa1410f1612c7669b410c8caff5e5.zip
FreeBSD-src-77025da0d2dfa1410f1612c7669b410c8caff5e5.tar.gz
- Fix the Makefile so it installs the manual page (properly).
- Use ``beforeinstall'' rather than install for the custom installation target used to install the shell script. Approved by: jkh
Diffstat (limited to 'games/wargames')
-rw-r--r--games/wargames/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile
index a89e72b..50af12a 100644
--- a/games/wargames/Makefile
+++ b/games/wargames/Makefile
@@ -4,9 +4,7 @@
NOOBJ= noobj
MAN6= wargames.6
-all wargames clean cleandir depend lint tags:
-
-install:
+beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
${DESTDIR}${BINDIR}/wargames
OpenPOWER on IntegriCloud