From 77025da0d2dfa1410f1612c7669b410c8caff5e5 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 12 Feb 2000 03:36:51 +0000 Subject: - 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 --- games/wargames/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'games/wargames/Makefile') 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 -- cgit v1.1