aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc295
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 08:53:19 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 08:53:19 +0800
commit08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch)
treeef66ee81930a9594726a6676978b4162577ac2ca /lang/gcc295
parent19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff)
downloadfreebsd-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/gcc295')
-rw-r--r--lang/gcc295/Makefile3
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