1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Restore fallback error-handling line improperly removed in r1.19 via

ports/168527.  Without this, 'make describe' returns a packagename of
'--binutils-2.21'.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-06-09 23:23:21 +00:00
parent f4c9494cb9
commit 9c88911ece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298889

View File

@ -86,6 +86,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.11-20110107.diff
.endif
.if !defined(TGTARCH) || !defined(TGTABI)
PKGNAMEPREFIX= cross-
IGNORE= you should define TGTARCH and TGTABI to build port
.endif
.if defined(TGTARCH) && (${TGTABI} == "elf" && ${TGTARCH} == "powerpc")