diff options
author | chris <chris@FreeBSD.org> | 2000-02-12 03:36:51 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-02-12 03:36:51 +0000 |
commit | 77025da0d2dfa1410f1612c7669b410c8caff5e5 (patch) | |
tree | 60888849a501b783e46d670ab5d4e340c7b843d3 /games | |
parent | 1d25bde6b259a721a68ed9b187ebd757709307ef (diff) | |
download | FreeBSD-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')
-rw-r--r-- | games/wargames/Makefile | 4 |
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 |