From a914666307f805949c5373dc7f9194f10b914c7b Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 18 Mar 1995 08:30:48 +0000 Subject: Create /usr/share/games/quiz.db via mtree and remove private mkdir command from Makefile. --- games/quiz/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'games') 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) -- cgit v1.1