From c92cd658645286c7b4483aad14dfa79eba6526cf Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 5 Dec 2005 00:53:19 +0000 Subject: Remove install-info from Makefile, it's automatically done when INFO is defined --- misc/gwhich/Makefile | 1 - misc/vera/Makefile | 3 --- 2 files changed, 4 deletions(-) (limited to 'misc') diff --git a/misc/gwhich/Makefile b/misc/gwhich/Makefile index 51b7026008ac..de1e823bfbcb 100644 --- a/misc/gwhich/Makefile +++ b/misc/gwhich/Makefile @@ -22,7 +22,6 @@ MAN1= gwhich.1 INFO= which post-install: - @install-info ${PREFIX}/info/which.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/examples/gwhich @${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${PREFIX}/share/examples/gwhich/EXAMPLES diff --git a/misc/vera/Makefile b/misc/vera/Makefile index 4ec5f16e4907..6436f8129ca1 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -22,7 +22,4 @@ do-build: do-install: @ ${INSTALL_DATA} ${WRKSRC}/vera.info ${PREFIX}/info -post-install: - @ install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir - .include -- cgit v1.2.3