From c3c8129ae1a4407ca6e1ea25be75cab5ceb90088 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 7 Mar 2014 15:47:07 +0000 Subject: [PATCH] Fix doc installation. Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/doc/Makefile b/en_US.ISO8859-1/htdocs/doc/Makefile index d8b98e4bbc..7d5e5463cc 100644 --- a/en_US.ISO8859-1/htdocs/doc/Makefile +++ b/en_US.ISO8859-1/htdocs/doc/Makefile @@ -37,7 +37,7 @@ install clean: INSTALL_COMPRESSED= ${.TARGET} .if make(install) @unset DESTDIR || true; \ - cd ${DOC_PREFIX}/${LANGCODE}/books/handbook; \ + cd ${DOC_PREFIX}/share/pgpkeys; \ ${MAKE} \ pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt .endif