summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:45:05 +0000
committerrodent <rodent>2013-04-06 03:45:05 +0000
commitfe2621ae5f5c745fab18912a1f38bbc5abc2f029 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /cross
parent82cc10191129d463b2207ac9948d08ed011e16d3 (diff)
downloadpkgsrc-fe2621ae5f5c745fab18912a1f38bbc5abc2f029.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')
-rw-r--r--cross/h8300-hms-binutils/Makefile34
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}