aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-05-11 07:11:07 +0800
committerasami <asami@FreeBSD.org>1999-05-11 07:11:07 +0800
commitd69873ea41f1bf851dfd2f1f5bb0f245bc144647 (patch)
treefac5beb9b9911e9fc8a943d859197b55c6bfdbae /Mk/bsd.port.mk
parent799588b53a9ffd4d436f3fa2a4cc0f810760cacf (diff)
downloadfreebsd-ports-gnome-d69873ea41f1bf851dfd2f1f5bb0f245bc144647.tar.gz
freebsd-ports-gnome-d69873ea41f1bf851dfd2f1f5bb0f245bc144647.tar.zst
freebsd-ports-gnome-d69873ea41f1bf851dfd2f1f5bb0f245bc144647.zip
Spell out LIBTOOL with full path, otherwise it won't work since it's
called as an argument to /bin/sh. Submitted by: reg@shale.csir.co.za
Diffstat (limited to 'Mk/bsd.port.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 e3cf50ca0447..c74e40888a9c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.311 1999/04/28 06:20:12 asami Exp $
+# $Id: bsd.port.mk,v 1.312 1999/05/06 12:07:57 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -660,7 +660,7 @@ DO_NADA?= /usr/bin/true
# Miscellaneous overridable commands:
GMAKE?= gmake
AUTOCONF?= autoconf
-LIBTOOL?= libtool
+LIBTOOL?= ${LOCALBASE}/bin/libtool
XMKMF?= xmkmf -a
.if exists(/sbin/md5)
MD5?= /sbin/md5