summaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 40ac1d11f2d..e830376468c 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:13 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:42 millert Exp $
# $NetBSD: Makefile,v 1.5 1995/03/21 15:08:39 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
@@ -10,7 +10,7 @@ MAN= cribbage.6
HIDEGAME=hidegame
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/cribbage.n ${DESTDIR}/usr/share/games/cribbage.instr
.include <bsd.prog.mk>