diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:36:21 +0000 |
commit | 2acd5390dbb793d93f38c84e71f09fd69753d2f0 (patch) | |
tree | ef19dee31884b5cb6e7fec188dabd669523c5c7c /games/larn/Makefile | |
parent | 5b2752f6d3978dce11bb6695fcb155bab4ee0b37 (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'games/larn/Makefile')
-rw-r--r-- | games/larn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index 102edbd68d3..073abac34f6 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:16 downsj Exp $ # $NetBSD: Makefile,v 1.8 1995/04/22 07:34:00 cgd Exp $ # @(#)Makefile 5.12 (Berkeley) 5/30/93 @@ -63,8 +64,8 @@ LDADD= -ltermcap -lcompat HIDEGAME=hidegame beforeinstall: - (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - larnmaze larnopts larn.help \ + (cd ${.CURDIR}/datfiles; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \ + -m 444 larnmaze larnopts larn.help \ ${DESTDIR}/usr/share/games/larn) .include <bsd.prog.mk> |