diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:01:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:01:52 +0000 |
commit | 4a46a2eed447564c130ffe96d35d2a3b3225a8e6 (patch) | |
tree | e60dbac6f88615843f0609237ad40d0d69101e83 /share/doc | |
parent | d598a1f8613dfcfae6a141a9bebf81dc0f8f6a76 (diff) |
Use DOCDIR (god this has been lying in my tree a long time)
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/psd/Makefile | 6 | ||||
-rw-r--r-- | share/doc/smm/01.setup/Makefile | 4 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 8 | ||||
-rw-r--r-- | share/doc/usd/Makefile | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index eb5be4921d7..cd82be0b1ac 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -10,7 +10,7 @@ # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io # 11.adb 15.yacc 16.lex -BINDIR= /usr/share/doc/psd +DOCDIR= /usr/share/doc/psd FILES= 00.contents Makefile Title SUBDIR= 05.sysman 20.ipctut 21.ipc .if exists(12.make) @@ -30,7 +30,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 <bsd.subdir.mk> 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 <bsd.doc.mk> 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 <bsd.subdir.mk> diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 85d385cacf6..112da37f454 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -11,7 +11,7 @@ # 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide # 25.tbl 26.refer 27.invert 29.diction -BINDIR= /usr/share/doc/usd +DOCDIR= /usr/share/doc/usd FILES= 00.contents Makefile Title SUBDIR= 18.msdiffs 19.memacros 20.meref .if exists(04.csh) @@ -25,7 +25,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 <bsd.subdir.mk> |