aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-25 21:02:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-25 21:02:45 +0000
commit4a1e0eed4393968e2dbbeb1456f1445a452619a1 (patch)
tree58ed44e770a322f379fd41994875db7cb41dfb3d /Mk
parent6e4b9a7ee0137cb394a85ec983f97e17940cc62f (diff)
downloadports-4a1e0eed4393968e2dbbeb1456f1445a452619a1.tar.gz
ports-4a1e0eed4393968e2dbbeb1456f1445a452619a1.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1c56c3cd0bf0..6434aca024e6 100644
--- a/Mk/bsd.port.mk
+++ b/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.17 1994/08/25 13:53:02 jkh Exp $
+# $Id: bsd.port.mk,v 1.18 1994/08/25 13:56:08 jkh Exp $
#
# Supported Variables and their behaviors:
@@ -176,7 +176,7 @@ ${CONFIGURE_COOKIE}:
@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})
.endif
.if defined(USE_IMAKE)
- @(cd ${WRKSRC}; xmkmf)
+ @(cd ${WRKSRC}; xmkmf && make Makefiles)
.endif
@if [ -f ${SCRIPTDIR}/post-configure ]; then \
sh ${SCRIPTDIR}/post-configure ${PORTSDIR} ${.CURDIR} ${WRKSRC}; \