aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-binutils
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-06-27 22:25:53 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-06-27 22:25:53 +0000
commit5e9f654cb05fb39036adc6bca56b8706b04d7b96 (patch)
treea812b99e718b6bf79ff93632ff7d0c08119fa398 /devel/cross-binutils
parentcb2dd6be037d0e2f6e676e5fd8aecc2ba867294e (diff)
downloadports-5e9f654cb05fb39036adc6bca56b8706b04d7b96.tar.gz
ports-5e9f654cb05fb39036adc6bca56b8706b04d7b96.zip
- Set correct (though fake) PKGNAMEPREFIX if target archs/ABI
was not selected.
Notes
Notes: svn path=/head/; revision=194358
Diffstat (limited to 'devel/cross-binutils')
-rw-r--r--devel/cross-binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile
index f53498e95fce..f4df54df4d75 100644
--- a/devel/cross-binutils/Makefile
+++ b/devel/cross-binutils/Makefile
@@ -70,7 +70,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20061021.diff
.endif
.if !defined(TGTARCH) || !defined(TGTABI)
-PKGNAMEPREFIX= #empty
+PKGNAMEPREFIX= cross-
IGNORE= you should select ARCH and ABI to build port
.endif