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 | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /lang/gcc-ssp | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.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/gcc-ssp')
-rw-r--r-- | lang/gcc-ssp/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc-ssp/PLIST | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 8e8473a6049..49edf923b4c 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/04 21:29:54 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/03/20 18:15:38 jlam Exp $ DISTNAME= gcc-2.95.3 PKGNAME= gcc-ssp-2.95.3.13 @@ -43,11 +43,12 @@ MAKE_ENV+= ac_cv_prog_chmod=${TOOLS_CHMOD:Q} CONFIGURE_DIRS= ${WRKDIR}/objdir BUILD_DIRS= ${CONFIGURE_DIRS} -FILES_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV:Q} GCC_PREFIX=${GCC_PREFIX:Q} +FILES_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV:Q} \ + GCC_PREFIX=${GCC_PREFIX:Q} +PLIST_SUBST+= GCC_PREFIX=${GCC_PREFIX:S|^${PREFIX}/||:Q} MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV} -INFO_DIR= ${GCC_PREFIX:S|^${PREFIX}/||}/info -INFO_FILES= chill.info cpp.info g77.info gcc.info +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" diff --git a/lang/gcc-ssp/PLIST b/lang/gcc-ssp/PLIST index bdfed7871f6..32c8e9c3f5e 100644 --- a/lang/gcc-ssp/PLIST +++ b/lang/gcc-ssp/PLIST @@ -1,3 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2003/08/09 12:43:02 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/03/20 18:15:38 jlam Exp $ +${GCC_PREFIX}/info/chill.info +${GCC_PREFIX}/info/cpp.info +${GCC_PREFIX}/info/g77.info +${GCC_PREFIX}/info/gcc.info share/examples/${PKGNAME}/mk.conf @dirrm share/examples/${PKGNAME} +@dirrm share/examples/${PKGNAME} |