diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /www/thttpd/Makefile | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index bc4f109..5737a03 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -64,7 +64,7 @@ do-install: fi .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/thttpd - @${INSTALL_MAN} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd + @${INSTALL_DATA} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd .endif post-install: |