aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-06-27 22:23:04 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-06-27 22:23:04 +0000
commitcb2dd6be037d0e2f6e676e5fd8aecc2ba867294e (patch)
treeaddd0ea4186e5a8c712a309aace716b9521538b3
parent96bb017db287546d74acb5755714d09f31b2f784 (diff)
downloadports-cb2dd6be037d0e2f6e676e5fd8aecc2ba867294e.tar.gz
ports-cb2dd6be037d0e2f6e676e5fd8aecc2ba867294e.zip
- Fix INDEX building by setting correct PKGNAMEPREFIX.
Reported by: erwin
Notes
Notes: svn path=/head/; revision=194357
-rw-r--r--devel/cross-gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-gdb/Makefile b/devel/cross-gdb/Makefile
index c44905c688f7..a24d7f0afa41 100644
--- a/devel/cross-gdb/Makefile
+++ b/devel/cross-gdb/Makefile
@@ -56,7 +56,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20070306.diff
.endif
.if !defined(TGTARCH) || !defined(TGTABI)
-PKGNAMEPREFIX= #empty
+PKGNAMEPREFIX= cross-
OURTARGET= cross # to generate correct dependency list
IGNORE= you should select ARCH and ABI to build port
.endif