diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
commit | c3d8037aeba75366ed06e02fbc981e15b46e7d0a (patch) | |
tree | 6074bae79118b7d7d4d3d3a8ac0a4dcd65f18f8b /astro | |
parent | b286f01b6c3af5d674e10da33f8eda0c2011007b (diff) | |
download | freebsd-ports-gnome-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.tar.gz freebsd-ports-gnome-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.tar.zst freebsd-ports-gnome-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.zip |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 2 | ||||
-rw-r--r-- | astro/match/Makefile | 2 | ||||
-rw-r--r-- | astro/xtide/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index 65f804a68add..d109291c1d38 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend to SETI@Home GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/fooseti USE_GETTEXT= yes USE_GNOME= gtk12 diff --git a/astro/match/Makefile b/astro/match/Makefile index e463de4a66fb..1e109a25a856 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program for matching star lists GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/apply_match bin/match bin/project_coords diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 973211d2483e..078d5fd9ae30 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |