Declare ONLY_FOR_ARCHS correctly

PR:		191566
Approved by:	bdrewery (implicit)
This commit is contained in:
Sean Bruno 2014-07-02 18:28:04 +00:00
parent 8aaf5d48d5
commit 40ee0c9bd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360241

View File

@ -16,8 +16,8 @@ LICENSE_PERMS= auto-accept
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHES= amd64 i386
ONLY_FOR_ARCHES_REASON= It is a binary-only program. Source code not available.
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= It is a binary-only program. Source code not available.
PLIST_SUB= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS}
SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS}