diff options
author | 2000-07-23 21:53:45 +0000 | |
---|---|---|
committer | 2000-07-23 21:53:45 +0000 | |
commit | 2b835a0e73a8970a30c4da7f88826b63d531b81d (patch) | |
tree | 7b25aff5672e0e22c8131085c7bb78a4ea2c53c2 | |
parent | Die more cleanly if stdin can't be read from. (diff) | |
download | wireguard-openbsd-2b835a0e73a8970a30c4da7f88826b63d531b81d.tar.xz wireguard-openbsd-2b835a0e73a8970a30c4da7f88826b63d531b81d.zip |
oops
-rw-r--r-- | games/canfield/canfield/Makefile | 4 |
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" |