aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
commitd6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch)
tree1d3b9028224fc788065e7ca3151675be1b688547 /lang
parent08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff)
downloadfreebsd-ports-graphics-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz
freebsd-ports-graphics-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.zst
freebsd-ports-graphics-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc30/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile
index 5d72943e106..386a950c2b1 100644
--- a/lang/gcc30/Makefile
+++ b/lang/gcc30/Makefile
@@ -127,9 +127,6 @@ post-install:
#.if defined(WANT_SHAREDLIBS)
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
#.endif
-.for info in cpp cppinternals g77 gcc
- install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
-.endfor
cd ${PREFIX} ;\
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
>${WRKDIR}/PLIST.gcc-lib