diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | b0587df2a10b357c169487fb11c3dc71ee23ae86 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /cross/h8300-hms-binutils/Makefile | |
parent | d0e9745b16d88b3d48b213aa728de902f1a648d5 (diff) | |
download | pkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'cross/h8300-hms-binutils/Makefile')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index cba5ac997ff..97ba32fb87a 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,30 +1,30 @@ -# $NetBSD: Makefile,v 1.20 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 03:45:08 rodent Exp $ -DISTNAME= binutils-2.12.1 -PKGNAME= cross-h8300-hms-binutils-2.12.1 -PKGREVISION= 1 -CATEGORIES= cross -MASTER_SITES= ftp://ftp.gnu.org/gnu/binutils/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= binutils-2.12.1 +PKGNAME= cross-h8300-hms-binutils-2.12.1 +PKGREVISION= 1 +CATEGORIES= cross +MASTER_SITES= ftp://ftp.gnu.org/gnu/binutils/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= # empty -COMMENT= h8300-hms cross utility +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= # empty +COMMENT= Cross utility for h8300-hms -H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms +H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms + +WRKSRC= ${WRKDIR}/objdir +USE_TOOLS+= gmake makeinfo +HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/objdir -USE_TOOLS+= gmake makeinfo -HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${H8300_PREFIX:Q} -CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils -CONFIGURE_ARGS+= --target=h8300-hms +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 -INSTALLATION_DIRS= bin ${H8300_PREFIX} +INSTALLATION_DIRS+= bin ${H8300_PREFIX} post-extract: ${MKDIR} ${WRKSRC} |