summaryrefslogtreecommitdiff
path: root/games/caesar
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:36:21 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:36:21 +0000
commit2acd5390dbb793d93f38c84e71f09fd69753d2f0 (patch)
treeef19dee31884b5cb6e7fec188dabd669523c5c7c /games/caesar
parent5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/caesar')
-rw-r--r--games/caesar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile
index c2fefd8ff2b..d67aed0d337 100644
--- a/games/caesar/Makefile
+++ b/games/caesar/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:13 downsj Exp $
# $NetBSD: Makefile,v 1.4 1995/03/21 15:08:18 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
@@ -8,7 +9,7 @@ LDADD= -lm
MLINKS= caesar.6 rot13.6
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13
.include <bsd.prog.mk>