aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-07-18 00:20:58 +0800
committerjkh <jkh@FreeBSD.org>1995-07-18 00:20:58 +0800
commit2b18324472a3db5b1e9b03cc5d3451338d38400e (patch)
tree8e40ecf74884ce0950b8ddb4e33781aa17365346 /Mk
parent62e3d9d8e0ba63f2d2e687d277e1834f2485772e (diff)
downloadfreebsd-ports-gnome-2b18324472a3db5b1e9b03cc5d3451338d38400e.tar.gz
freebsd-ports-gnome-2b18324472a3db5b1e9b03cc5d3451338d38400e.tar.zst
freebsd-ports-gnome-2b18324472a3db5b1e9b03cc5d3451338d38400e.zip
Simplify the USE_IMAKE stuff considerably.
Suggested by: asami
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 4b4e4a6807c5..10091ce163fb 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.171 1995/07/11 02:15:35 asami Exp $
+# $Id: bsd.port.mk,v 1.172 1995/07/15 14:07:02 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -576,15 +576,7 @@ do-configure:
./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
.endif
.if defined(USE_IMAKE)
-.if defined(X_NO_MAKE_MAKEFILES)
@(cd ${WRKSRC}; ${XMKMF})
-.else
-.if defined(USE_GMAKE)
- @(cd ${WRKSRC}; ${XMKMF} && ${GMAKE} Makefiles)
-.else
- @(cd ${WRKSRC}; ${XMKMF} && ${MAKE} Makefiles)
-.endif
-.endif
.endif
.endif