diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-27 03:45:51 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-27 03:45:51 +0000 |
commit | f51cf7f2e10053f45c0ffa2e95347f56d2eecce7 (patch) | |
tree | 36f2fd5bc053b41ba6a744a078f5d81e0a22c0dd /games/larn/Makefile | |
parent | 5190786085567acf6f269919dffc1b455a46988c (diff) |
Changes from FreeBSD: install score files, use random(), and be more careful
on exec.
Diffstat (limited to 'games/larn/Makefile')
-rw-r--r-- | games/larn/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index 0235429e774..e9fd9d54c99 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1999/01/01 17:47:17 millert Exp $ +# $OpenBSD: Makefile,v 1.11 1999/03/27 03:45:49 pjanzen Exp $ # EXTRA # Incorporates code to gather additional performance statistics @@ -69,5 +69,9 @@ beforeinstall: (cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ -m 444 larnmaze larnopts larn.help \ ${DESTDIR}/usr/share/games/larn) + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${DESTDIR}/var/games/larn/lscore12.0 + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${DESTDIR}/var/games/larn/llog12.0 .include <bsd.prog.mk> |