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/usd/Makefile | |
parent | d598a1f8613dfcfae6a141a9bebf81dc0f8f6a76 (diff) |
Use DOCDIR (god this has been lying in my tree a long time)
Diffstat (limited to 'share/doc/usd/Makefile')
-rw-r--r-- | share/doc/usd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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> |