diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /games/gnushogi | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'games/gnushogi')
-rw-r--r-- | games/gnushogi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile index 180931de77df..f578c7af7f24 100644 --- a/games/gnushogi/Makefile +++ b/games/gnushogi/Makefile @@ -41,7 +41,6 @@ do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gnushogi/gnushogi.bbk ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/gnushogi.info ${PREFIX}/info - install-info ${PREFIX}/info/gnushogi.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/BOOKFILES ${DOCSDIR} |