Fix doc installation.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-03-07 15:47:07 +00:00
parent 22e3118700
commit c3c8129ae1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44174

View file

@ -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