- Fix INDEX building by setting correct PKGNAMEPREFIX.

Reported by:	erwin
This commit is contained in:
Stanislav Sedov 2007-06-27 22:23:04 +00:00
parent 96bb017db2
commit cb2dd6be03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194357

View file

@ -56,7 +56,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20070306.diff
.endif .endif
.if !defined(TGTARCH) || !defined(TGTABI) .if !defined(TGTARCH) || !defined(TGTABI)
PKGNAMEPREFIX= #empty PKGNAMEPREFIX= cross-
OURTARGET= cross # to generate correct dependency list OURTARGET= cross # to generate correct dependency list
IGNORE= you should select ARCH and ABI to build port IGNORE= you should select ARCH and ABI to build port
.endif .endif