diff options
Diffstat (limited to 'ftp/quftp/Makefile')
-rw-r--r-- | ftp/quftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 9aafbe64e7b9..600947491ccb 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -22,7 +22,7 @@ USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV= CFLAGS="${CFLAGS}" -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= quftp.1 PLIST_FILES= bin/quftp |