summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2000-07-23 21:53:46 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2000-07-23 21:53:46 +0000
commit2a57aa7ca2c3d475b302ccf46afb8b52ccacc355 (patch)
treebee3f9fdeb3d772482ddcbeff883ebfa94a453e9 /games
parentc3d89f57b176f90f6f6d9364626cd239fd9fe553 (diff)
oops
Diffstat (limited to 'games')
-rw-r--r--games/canfield/canfield/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile
index e1d6acfa4ee..356f033e3e5 100644
--- a/games/canfield/canfield/Makefile
+++ b/games/canfield/canfield/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2000/07/23 21:49:03 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.6 2000/07/23 21:53:45 pjanzen Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= canfield
@@ -12,6 +12,8 @@ beforeinstall:
@if [ ! -f ${DESTDIR}/var/games/cfscores ]; then \
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 \
/dev/null ${DESTDIR}/var/games/cfscores ; \
+ else \
+ true ; \
fi
.include "../../Makefile.inc"