diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/boa/pkg-plist | 6 | ||||
-rw-r--r-- | www/thttpd/Makefile | 2 | ||||
-rw-r--r-- | www/thttpd/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/boa/pkg-plist b/www/boa/pkg-plist index da9a7df7f35..1af0920d6d0 100644 --- a/www/boa/pkg-plist +++ b/www/boa/pkg-plist @@ -1,9 +1,9 @@ etc/boa.conf.sample sbin/boa -share/doc/boa/boa.sgml -share/doc/boa/boa_banner.png +%%PORTDOCS%%share/doc/boa/boa.sgml +%%PORTDOCS%%share/doc/boa/boa_banner.png share/examples/boa/cgi-test.cgi share/examples/boa/nph-test.cgi share/examples/boa/resolver.pl @dirrm share/examples/boa -@dirrm share/doc/boa +%%PORTDOCS%%@dirrm share/doc/boa diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index bc4f109a0f9..5737a031a4e 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: diff --git a/www/thttpd/pkg-plist b/www/thttpd/pkg-plist index 9f32b729587..e6c366e7f6b 100644 --- a/www/thttpd/pkg-plist +++ b/www/thttpd/pkg-plist @@ -5,11 +5,11 @@ etc/rc.d/thttpd.sh etc/thttpd.conf.sample sbin/thttpd sbin/thttpd_wrapper -share/doc/thttpd/notes.html +%%PORTDOCS%%share/doc/thttpd/notes.html www/cgi-bin/phf www/cgi-bin/redirect www/cgi-bin/ssi -@dirrm share/doc/thttpd +%%PORTDOCS%%@dirrm share/doc/thttpd @dirrm www/cgi-bin @dirrm www/data @dirrm www/logs |