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