aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf259
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-20 20:48:20 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-20 20:48:20 +0000
commit798a3eec9beafba4b98dd356ca53e4d77b5b5f9a (patch)
tree9eca1b706ac3186fc1968aabe833431a2be8bb59 /devel/autoconf259
parenta60458d9d669bfbb902e45606bc8a456213eefe7 (diff)
downloadports-798a3eec9beafba4b98dd356ca53e4d77b5b5f9a.tar.gz
ports-798a3eec9beafba4b98dd356ca53e4d77b5b5f9a.zip
Notes
Diffstat (limited to 'devel/autoconf259')
-rw-r--r--devel/autoconf259/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile
index 83f3fadd9c90..2554167af384 100644
--- a/devel/autoconf259/Makefile
+++ b/devel/autoconf259/Makefile
@@ -28,15 +28,18 @@ USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ENV+= CONFIG_SHELL=/bin/sh
+CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
+.if ${PORTNAME} == "autoconf"
.if exists(${LOCALBASE}/bin/emacs)
PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
.elif exists(${LOCALBASE}/bin/xemacs)
PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
.else
PLIST_SUB+= EMACS="@comment " EMACSDIR=""
-.endif
+.endif # no emacs found
+.endif # ${PORTNAME} == "autoconf"
GENERIC_TOOLS= config.guess \
config.sub \