diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /lang/gcc32 | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | FreeBSD-ports-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip FreeBSD-ports-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 3b55c2e..40b22f5 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -123,9 +123,6 @@ post-install: -${MV} -f ${PREFIX}/lib/ieee ${TARGLIB} ${RM} -f ${PREFIX}/lib/libiberty.a ${RM} -f ${TARGLIB}/*.la -.for info in cpp cppinternals g77 gcc - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor # I am sick and tired of the anonyance that man pages can only be generated if # perl 5.6 is installed. This is becoming a royal PITA on non-5-CURRENT systems .for mp in ${_MANPAGES} |