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 /lang/gcc32/Makefile | |
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 'lang/gcc32/Makefile')
-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 3b55c2edce1d..40b22f5211c6 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} |