diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:32:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:32:34 +0000 |
commit | fb024e10a6bc41b83338b4da3f956d549203c45a (patch) | |
tree | 88f4ba33e495a7ba431b65216d603ff70fc1bef2 | |
parent | d0700e912cc458374919df64274186f6dcd0d66f (diff) | |
download | ports-fb024e10a6bc41b83338b4da3f956d549203c45a.tar.gz ports-fb024e10a6bc41b83338b4da3f956d549203c45a.zip |
Notes
-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 |