From 4a46a2eed447564c130ffe96d35d2a3b3225a8e6 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 7 Aug 1997 09:01:52 +0000 Subject: Use DOCDIR (god this has been lying in my tree a long time) --- share/doc/smm/01.setup/Makefile | 4 ++-- share/doc/smm/Makefile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'share/doc/smm') diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile index ce68a5c0f54..38b7d6a8e43 100644 --- a/share/doc/smm/01.setup/Makefile +++ b/share/doc/smm/01.setup/Makefile @@ -9,7 +9,7 @@ paper.ps: ${SRCS} ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} install: ${SRCS} - install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR} + install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \ + Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR} .include diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index c515757374e..7d46af46217 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/04/22 01:26:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/08/07 09:01:49 niklas Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 # The following modules do not build/install: @@ -10,7 +10,7 @@ # Missing from 4.4BSD-Lite: # 14.uucpimpl 15.uucpnet 16.security 17.password -BINDIR= /usr/share/doc/smm +DOCDIR= /usr/share/doc/smm FILES= 00.contents Makefile Title SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net .if exists(03.fsck_ffs) @@ -33,7 +33,7 @@ contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ - ${DESTDIR}${BINDIR} + install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ + ${DESTDIR}${DOCDIR} .include -- cgit v1.2.3