summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-25 11:51:52 -0400
committerJune McEnroe <june@causal.agency>2021-06-25 12:19:11 -0400
commitcb62d92f5403ddb622d9ea395c1949282c027009 (patch)
tree7c695dda573faaee84ed77fb068cb23e49d020d4
parentFreeBSD: Limit rights on log directory (diff)
downloadcatgirl-cb62d92f5403ddb622d9ea395c1949282c027009.tar.gz
catgirl-cb62d92f5403ddb622d9ea395c1949282c027009.zip
Set MANDIR in chroot
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b285e8c..373e7d5 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ chroot.tar: catgirl catgirl.1 scripts/chroot-prompt.sh scripts/chroot-man.sh
 	cp -af /usr/share/locale root/usr/share
 	cp -fp /usr/share/misc/termcap.db root/usr/share/misc
 	cp -fp /rescue/sh /usr/bin/mandoc /usr/bin/less root/bin
-	${MAKE} install DESTDIR=root PREFIX=/usr
+	${MAKE} install DESTDIR=root PREFIX=/usr MANDIR=/usr/share/man
 	install scripts/chroot-prompt.sh root/usr/bin/catgirl-prompt
 	install scripts/chroot-man.sh root/usr/bin/man
 	tar -c -f chroot.tar -C root bin etc home lib libexec usr
b73143e0fb4d0babca80dbea48e304&follow=1'>Rename part->id to part->contentIDJune McEnroe 2020-04-26Iterate through nested multiparts to find content for AtomJune McEnroe 2020-04-26Include Cc address in reply mailtosJune McEnroe 2020-04-26Use %R for RFC numbers in STANDARDS sectionJune McEnroe 2020-04-26Add mailto spec to STANDARDSJune McEnroe 2020-04-26Increase space between nav itemsJune McEnroe 2020-04-26Add mailto address for the archiveJune McEnroe 2020-04-26Put dates on new lines in indexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe