1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

The correct spelling of the PowerPC arch is "powerpc", not "ppc".

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-10-27 04:22:24 +00:00
parent 482653784f
commit 6cd9f00cbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243367

View File

@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= i386 ppc
ONLY_FOR_ARCHS= i386 powerpc
.include <bsd.port.pre.mk>