summaryrefslogtreecommitdiffstats
path: root/wump
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
committerthorpej <thorpej@NetBSD.org>1996-10-18 02:48:24 +0000
commite47c09cdd67928e9609e0a298f2573406339e088 (patch)
tree2cf48738a8b1b68ba0df086c3c63902aa4391e64 /wump
parentd699982161fcf04c378aee3bd4f787d410ff6ff1 (diff)
downloadbsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.gz
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.tar.zst
bsdgames-darwin-e47c09cdd67928e9609e0a298f2573406339e088.zip
Use ${INSTALL}.
Diffstat (limited to 'wump')
-rw-r--r--wump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wump/Makefile b/wump/Makefile
index 58c65e7c..45dce1da 100644
--- a/wump/Makefile
+++ b/wump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1996/10/18 02:51:24 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= wump
@@ -6,7 +6,7 @@ MAN= wump.6
HIDEGAME=hidegame
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>