diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 4f86bcfec5555230da41b4d94c900395b16b4141 (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /lang/gcc3 | |
parent | 52ba4711325c7f3c8cef95c685f630d8d52447fd (diff) | |
download | pkgsrc-4f86bcfec5555230da41b4d94c900395b16b4141.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index 5f8debab053..d896acf0feb 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2006/03/04 21:29:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.22 2006/03/20 18:15:38 jlam Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc-${GCC_VERSION} @@ -37,10 +37,6 @@ MESSAGE_SUBST+= GCC_PREFIX=${GCC_PREFIX} BUILDLINK_PASSTHRU_RPATHDIRS+= ${GCC_PREFIX} -.if defined(INFO_FILES) -INFO_DIR= ${GCC_SUBPREFIX}/info -.endif - # These come from $WRKSRC/Makefile.in ALL_GCC= all-gcc ALL_GCC_C= $$(ALL_GCC) all-target-newlib all-target-libgloss |