From 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 Mon Sep 17 00:00:00 2001 From: pat Date: Mon, 24 Dec 2001 02:17:17 +0000 Subject: - PORTDOCS police - DOCSDIR support to some - Brush out some lint --- misc/bb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/bb/Makefile') diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 2277ca1bc28c..49ef42e644e3 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -30,9 +30,9 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/${file}.s3m ${PREFIX}/share/bb .endfor .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/bb + @${MKDIR} ${DOCSDIR} .for file in ANNOUNCE COPYING README - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/bb + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -- cgit