diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /lang/gcc295 | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) | |
download | ports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip |
Notes
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 167f76d8d320..d7b9b8f5bd76 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -115,9 +115,6 @@ post-install: .if defined(WANT_SHAREDLIBS) ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB} .endif -.for info in ${INFO} - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor cd ${PREFIX} ;\ ${FIND} lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV} \ -type f -o -type l >${WRKDIR}/PLIST.gcc-lib |