diff options
author | ache <ache@FreeBSD.org> | 1998-05-09 13:28:04 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-05-09 13:28:04 +0000 |
commit | bad61ba8ecd562503a8d07bf8f1926e65af0a430 (patch) | |
tree | 4b4d25c813b7ed1b57a06fed426d529c2432843f /www/w3mir | |
parent | 0ed643d78b08c54f58f5ee16cfe389acdf822af9 (diff) | |
download | FreeBSD-ports-bad61ba8ecd562503a8d07bf8f1926e65af0a430.zip FreeBSD-ports-bad61ba8ecd562503a8d07bf8f1926e65af0a430.tar.gz |
Install config examples too
Diffstat (limited to 'www/w3mir')
-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 ebb3961..6e117ef 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 c00e191..5ebd678 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 |