diff options
Diffstat (limited to 'games/canfield/canfield/Makefile')
-rw-r--r-- | games/canfield/canfield/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index a3b3a7c..bd361ab 100644 --- a/games/canfield/canfield/Makefile +++ b/games/canfield/canfield/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +# $FreeBSD$ PROG= canfield MAN6= canfield.6 @@ -8,8 +9,10 @@ HIDEGAME=hidegame MLINKS= canfield.6 cfscores.6 beforeinstall: +.if !exists(${DESTDIR}/var/games/cfscores) ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/cfscores +.endif .include "../../Makefile.inc" .include <bsd.prog.mk> |