mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Switch from a sh call to a 100% make(1) syntax to please bmake(1)
This commit is contained in:
parent
b86275064e
commit
675d815b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317121
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue