From 0ed643d78b08c54f58f5ee16cfe389acdf822af9 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 9 May 1998 13:18:42 +0000 Subject: Install some docs/license --- www/w3mir/Makefile | 9 ++++++++- www/w3mir/pkg-plist | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 19d29fd348bc..ebb39616e371 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -4,7 +4,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1998/05/09 10:20:39 ache Exp $ +# $Id: Makefile,v 1.17 1998/04/28 14:45:37 vanilla Exp $ # DISTNAME= w3mir-1.0.2 @@ -22,4 +22,11 @@ MAN1= w3mir.1 w3mfix.1 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL +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 + .include diff --git a/www/w3mir/pkg-plist b/www/w3mir/pkg-plist index 5d97f60590d1..c00e191678eb 100644 --- a/www/w3mir/pkg-plist +++ b/www/w3mir/pkg-plist @@ -5,3 +5,6 @@ man/man1/w3mir.1.gz man/man1/w3mfix.1.gz bin/w3mir bin/w3mfix +share/doc/w3mir/README +share/doc/w3mir/Artistic +share/doc/w3mir/w3mir-HOWTO.html -- cgit