diff options
author | will <will@FreeBSD.org> | 2002-01-07 13:32:34 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-07 13:32:34 +0800 |
commit | 6b009cea24e660e7434c335abd81689d4bdeabc7 (patch) | |
tree | 4ce4e8ea8dcb9765e91e26772a049491ffbcee85 /games/gru | |
parent | 31db27a8a7bf7395f3cbd83472b7ae7c41d115a0 (diff) | |
download | freebsd-ports-gnome-6b009cea24e660e7434c335abd81689d4bdeabc7.tar.gz freebsd-ports-gnome-6b009cea24e660e7434c335abd81689d4bdeabc7.tar.zst freebsd-ports-gnome-6b009cea24e660e7434c335abd81689d4bdeabc7.zip |
Install HTML file built by mkhtmlindex.
Submitted by: bento
Diffstat (limited to 'games/gru')
-rw-r--r-- | games/gru/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gru/Makefile b/games/gru/Makefile index 16bfcae05257..5100ae36b353 100644 --- a/games/gru/Makefile +++ b/games/gru/Makefile @@ -7,6 +7,7 @@ PORTNAME= gru PORTVERSION= 8087 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/gru/ @@ -21,6 +22,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gru ${PREFIX}/bin @cp ${WRKSRC}/gru.man ${WRKSRC}/gru.1 @${INSTALL_MAN} ${WRKSRC}/gru.1 ${PREFIX}/man/man1 + @${INSTALL_DATA} ${WRKSRC}/gru.1.html ${PREFIX}/lib/X11/doc/html @install -d ${PREFIX}/share/doc/gru_8087 @install -c -m 444 ${WRKSRC}/README.jp ${PREFIX}/share/doc/gru_8087 |