diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /misc/bb/Makefile | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'misc/bb/Makefile')
-rw-r--r-- | misc/bb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |