diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/w3mir/Makefile | 4 | ||||
-rw-r--r-- | www/w3mir/pkg-plist | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index ebb39616e371..6e117ef70705 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -26,7 +26,7 @@ post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/share/doc/w3mir cd ${WRKSRC} && ${INSTALL_DATA} \ - README Artistic w3mir-HOWTO.html \ - ${PREFIX}/share/doc/w3mir + README Artistic w3mir-HOWTO.html example.cfg \ + multiscope.cfg ${PREFIX}/share/doc/w3mir .include <bsd.port.mk> diff --git a/www/w3mir/pkg-plist b/www/w3mir/pkg-plist index c00e191678eb..5ebd6789391d 100644 --- a/www/w3mir/pkg-plist +++ b/www/w3mir/pkg-plist @@ -1,10 +1,12 @@ +bin/w3mfix +bin/w3mir +lib/perl5/site_perl/htmlop.pm lib/perl5/site_perl/w3http.pm lib/perl5/site_perl/w3pdfuri.pm -lib/perl5/site_perl/htmlop.pm -man/man1/w3mir.1.gz man/man1/w3mfix.1.gz -bin/w3mir -bin/w3mfix -share/doc/w3mir/README +man/man1/w3mir.1.gz share/doc/w3mir/Artistic +share/doc/w3mir/README +share/doc/w3mir/example.cfg +share/doc/w3mir/multiscope.cfg share/doc/w3mir/w3mir-HOWTO.html |