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 /databases/rdb/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 'databases/rdb/Makefile')
-rw-r--r-- | databases/rdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index faffb01c1d35..9b92f6764924 100644 --- a/databases/rdb/Makefile +++ b/databases/rdb/Makefile @@ -33,9 +33,9 @@ do-install: .endfor .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" - ${MKDIR} ${PREFIX}/share/doc/rdb + @${MKDIR} ${DOCSDIR} .for docfile in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${PREFIX}/share/doc/rdb + @${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR} .endfor .endif |