summaryrefslogtreecommitdiffstats
path: root/games/sail
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/sail
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/sail')
-rw-r--r--games/sail/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/sail/Makefile b/games/sail/Makefile
index d6ee0db..e73ccc9 100644
--- a/games/sail/Makefile
+++ b/games/sail/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
PROG= sail
SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
@@ -10,7 +11,9 @@ LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall:
+.if !exists(${DESTDIR}/var/games/saillog)
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/saillog
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud