diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
commit | 3f8673b5304491d815979cbca9f5698f2e27e181 (patch) | |
tree | c5baddda5ee6043e9603695093e0628b6a5f6b85 /misc/amanda32-server/Makefile | |
parent | c4111509081e059378dccea79903df7c1d4d2c75 (diff) | |
download | freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.tar.gz freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.tar.zst freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.zip |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 9e11d226cc97..834141e1e2b7 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -32,7 +32,7 @@ PATCH_STRIP= .error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. .endif -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator AMANDA_GROUP?= operator @@ -131,7 +131,7 @@ CONFIGURE_ARGS+= --with-portrange=${AMANDA_PORTRANGE} .if ${OSVERSION} < 400000 PLIST_SUB+= SCSICHG='' .elif ${OSVERSION} >= 480000 -.if ${ARCH} == "amd64" +.if ${MACHINE_ARCH} == "amd64" PLIST_SUB+= SCSICHG='@comment ' .elif ${OSVERSION} >= 502000 PLIST_SUB+= SCSICHG='@comment ' |