From 8e343fb12c3fa5098323af08d53462cc0a6e9c29 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 03:45:05 +0000 Subject: 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. --- cross/h8300-hms-binutils/Makefile | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'cross/h8300-hms-binutils') 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} -- cgit v1.2.3