diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-09 13:18:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-09 13:18:42 +0000 |
commit | feba60674246500ccb667c585a29fd3cd2a4e97f (patch) | |
tree | 36c44539dd382413bfe1fcb96387d2bead031980 /www/w3mir | |
parent | 08675c1c6bca5df41f16c398801bd446652875f7 (diff) | |
download | ports-feba60674246500ccb667c585a29fd3cd2a4e97f.tar.gz ports-feba60674246500ccb667c585a29fd3cd2a4e97f.zip |
Install some docs/license
Notes
Notes:
svn path=/head/; revision=10918
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 9 | ||||
-rw-r--r-- | www/w3mir/pkg-plist | 3 |
2 files changed, 11 insertions, 1 deletions
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 <bsd.port.mk> 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 |