diff options
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index c8884e186bbd..af6e0486ce53 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= hexcurse.1 PLIST_FILES= bin/hexcurse |