diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-14 21:31:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-14 21:31:52 +0000 |
commit | ef28d7b822c929e8c73909230ecc3318a6af9b2b (patch) | |
tree | 3d7643b9dc6d328eefb126c0c9569cfc94728b60 /sysutils | |
parent | 00a6a37785d54867af184da450ec54c58600b466 (diff) |
- Fix on amd64: just hard-code i386 into port for now
Notes
Notes:
svn path=/head/; revision=193522
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/aaccli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aaccli/Makefile b/sysutils/aaccli/Makefile index f1942d2775b2..8dbbbd5fb4ea 100644 --- a/sysutils/aaccli/Makefile +++ b/sysutils/aaccli/Makefile @@ -22,8 +22,8 @@ RESTRICTED= "May not be redistributed in binary form" NO_CDROM= yes IA32_BINARY_PORT= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +PLIST= ${MASTERDIR}/pkg-plist.i386 +MD5_FILE= ${MASTERDIR}/distinfo.i386 NO_BUILD= yes NO_WRKSUBDIR= yes |