summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-02-10 02:31:32 +0000
committercgd <cgd@NetBSD.org>1994-02-10 02:31:32 +0000
commitf4887fe63c4047da335a2b231e783554cde4ceff (patch)
treedf3960b5f9a980364da8f34cf300ec7fdfa75436 /fortune
parentecc7014ce3f5e865059d6ee312a525d494e437f6 (diff)
downloadbsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.tar.gz
bsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.tar.zst
bsdgames-darwin-f4887fe63c4047da335a2b231e783554cde4ceff.zip
kiil bogus install -d's
Diffstat (limited to 'fortune')
-rw-r--r--fortune/datfiles/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index c935ee1f..d92f8ba4 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.2 (Berkeley) 5/6/91
-# $Id: Makefile,v 1.9 1994/01/24 18:46:59 cgd Exp $
+# $Id: Makefile,v 1.10 1994/02/10 02:31:32 cgd Exp $
#
# set `OBSCENE' to "real" to have obscene fortunes installed,
@@ -20,7 +20,6 @@ STRFILE!=cd $(.CURDIR)/../strfile; \
all: ${DATFILES}
install:
- @install -d -o root -g wheel -m 755 ${DESTDIR}/usr/share/games/fortune
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \
${DESTDIR}/usr/share/games/fortune
(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \