diff options
Diffstat (limited to 'devel/autoconf261/Makefile')
-rw-r--r-- | devel/autoconf261/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index e19e1161fcef..4185285da65c 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -30,8 +30,7 @@ INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIG_SHELL=${SH} CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir \ - --infodir=${PREFIX}/info --mandir=${PREFIX}/man +CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing |