summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.port.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index ebe719b..3d7f9fd 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,7 +1,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.15 1994/08/22 13:25:33 jkh Exp $
+# $Id: bsd.port.mk,v 1.16 1994/08/24 14:49:33 jkh Exp $
#
# Supported Variables and their behaviors:
@@ -184,6 +184,9 @@ ${CONFIGURE_COOKIE}:
.if defined(HAS_CONFIGURE)
@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})
.endif
+.if defined(USE_IMAKE)
+ @(cd ${WRKSRC}; xmkmf)
+.endif
@if [ -f ${SCRIPTDIR}/post-configure ]; then \
sh ${SCRIPTDIR}/post-configure ${PORTSDIR} ${.CURDIR} ${WRKSRC}; \
fi
OpenPOWER on IntegriCloud