summaryrefslogtreecommitdiffstats
path: root/games/cribbage
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-10 21:13:42 +0000
committerbillf <billf@FreeBSD.org>1999-12-10 21:13:42 +0000
commiteeb2dbc8d87fc13f9b937f94fcc499f662567fee (patch)
tree335c4440861d51b2cd7adf6cd38eed83554f6262 /games/cribbage
parentda5ff8ce2a3b17bc02c075958b89e0fbb8f5b16b (diff)
downloadFreeBSD-src-eeb2dbc8d87fc13f9b937f94fcc499f662567fee.zip
FreeBSD-src-eeb2dbc8d87fc13f9b937f94fcc499f662567fee.tar.gz
1. Don't overwrite scorefiles if they already exist.
PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index a21ae20..1265970 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
PROG= cribbage
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
@@ -10,7 +11,9 @@ HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/cribbage.n ${DESTDIR}${SHAREDIR}/games/cribbage.instr
+.if !exists(${DESTDIR}/var/games/criblog)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/criblog
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud