diff options
author | rodent <rodent> | 2013-04-06 20:27:16 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 20:27:16 +0000 |
commit | 20c9c895134856aac872cc871957a914fcaaea20 (patch) | |
tree | ac13683533f3a883092c7c2527769e848d840923 /cross | |
parent | 64ee3eda6f866fe864c4adebfede231fecfa8f42 (diff) | |
download | pkgsrc-20c9c895134856aac872cc871957a914fcaaea20.tar.gz |
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 | ||||
-rw-r--r-- | cross/mingw-gcc/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 97ba32fb87a..89d766f7a2f 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/04/06 03:45:08 rodent Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:17 rodent Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils --target=h8300-hms CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/${DISTNAME} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS+= bin ${H8300_PREFIX} diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 7b039c6220d..33e7d8b66f8 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:17 rodent Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -35,7 +35,7 @@ SRCDIR= ${WRKDIR}/gcc-3.1 MAKE_ENV+= SHELL=${CONFIG_SHELL} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INSTALLATION_DIRS+= bin libexec/cross-h8300-hms/h8300-hms/bin -INFO_FILES= # PLIST +INFO_FILES= yes GCC_REQD+= 2.8.0 diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile index 3a8871d9d90..8d8f32f6044 100644 --- a/cross/mingw-gcc/Makefile +++ b/cross/mingw-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 20:27:17 rodent Exp $ # DISTNAME= mingw-gcc-${DIST_VERSION} @@ -17,6 +17,7 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_CROSSBASE= yes +INFO_FILES= yes WRKSRC= ${WRKDIR}/gcc-${DIST_VERSION} |