diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /lang/gcc32/Makefile | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index af671fc9fee1..33fc0c5253ef 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.59 1999/05/24 17:13:47 obrien Exp $ +# $Id: Makefile,v 1.60 1999/05/26 10:26:19 obrien Exp $ # SNAPDATE= 1999-05-24 @@ -108,9 +108,6 @@ post-install: ${MV} -f ${PREFIX}/lib/libstdc++.so* \ ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} .endif - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for info in cpp g77 gcc install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir .endfor |