summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-18 08:30:48 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-18 08:30:48 +0000
commita914666307f805949c5373dc7f9194f10b914c7b (patch)
tree21960f6b90526ffc9f258d049d0de621dbf0e9e3 /games
parent157d75c19acd952bdde90e084c088e4b47c820ea (diff)
downloadFreeBSD-src-a914666307f805949c5373dc7f9194f10b914c7b.zip
FreeBSD-src-a914666307f805949c5373dc7f9194f10b914c7b.tar.gz
Create /usr/share/games/quiz.db via mtree and remove private mkdir command
from Makefile.
Diffstat (limited to 'games')
-rw-r--r--games/quiz/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/quiz/Makefile b/games/quiz/Makefile
index 7c45baf..8044644 100644
--- a/games/quiz/Makefile
+++ b/games/quiz/Makefile
@@ -10,9 +10,6 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
- @if [ ! -d ${DESTDIR}/usr/share/games/quiz.db ]; then \
- mkdir -p ${DESTDIR}/usr/share/games/quiz.db; \
- fi
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATS} ${DESTDIR}/usr/share/games/quiz.db)
OpenPOWER on IntegriCloud