summaryrefslogtreecommitdiff
path: root/devel/cross-gcc
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-gcc
parent- Fix INDEX building by setting correct PKGNAMEPREFIX. (diff)
- Set correct (though fake) PKGNAMEPREFIX if target archs/ABI
was not selected.
Notes
Notes: svn path=/head/; revision=194358
Diffstat (limited to 'devel/cross-gcc')
-rw-r--r--devel/cross-gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile
index 05bab3ae00d1..87f37d2a91a5 100644
--- a/devel/cross-gcc/Makefile
+++ b/devel/cross-gcc/Makefile
@@ -123,7 +123,7 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \
-e "s,\($$0\),\(${OURTARGET}-$$0\),g" $$*' --
.if !defined(TGTARCH) || !defined(TGTABI)
-PKGNAMEPREFIX= #empty
+PKGNAMEPREFIX= cross-
OURTARGET= cross # to generate a correct index line
IGNORE= you should select ARCH and ABI to build port
.endif