aboutsummaryrefslogtreecommitdiff
path: root/devel/msp430-binutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:19:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:19:29 +0000
commit675d815b678248049b28323c536b5e891a242b44 (patch)
tree426216e467e0e7fa3dbfbfa710781f33d6cabb15 /devel/msp430-binutils
parentb86275064e28fa91be1158b4020a26510ef56971 (diff)
Notes
Diffstat (limited to 'devel/msp430-binutils')
-rw-r--r--devel/msp430-binutils/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/msp430-binutils/Makefile b/devel/msp430-binutils/Makefile
index 394d6977d0fa..1ea538aa0a2f 100644
--- a/devel/msp430-binutils/Makefile
+++ b/devel/msp430-binutils/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: msp430-binutils
-# Date created: 15 Oct 2002
-# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
-#
+# Created by: Lev Serebryakov <lev@serebryakov.spb.ru>
# $FreeBSD$
-#
PORTNAME= binutils
PORTVERSION= ${BINUTILVERSION}.${LTSVERSION}
@@ -33,7 +29,9 @@ BINUTILVERSION= 2.21.1a
LTSVERSION= 20120406
PATCHVERSION= 20120406
BUGS_FIXED= # For future use
-LTS_PATCHES!= for bugid in ${BUGS_FIXED} ; do echo ${PKGNAMEPREFIX}${PORTNAME}-${BINUTILVERSION}-${PATCHVERSION}-sf$${bugid}.patch ; done
+.for bugid in ${BUGS_FIXED}
+LTS_PATCHES+= ${PKGNAMEPREFIX}${PORTNAME}-${BINUTILVERSION}-${PATCHVERSION}-sf${BUGID}.patch
+.endfor
USE_BZIP2= yes
USE_GMAKE= yes