aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-05 06:56:28 +0800
committerphk <phk@FreeBSD.org>1995-02-05 06:56:28 +0800
commite1563e161fd9d7e5a2aa71612e360114212bd6ee (patch)
tree2e450b4d67536825d309f53ec7eb9f0b624e4c36 /Mk
parent17504f1f6cfee72aee7f473318fea1f03d86c6bb (diff)
downloadfreebsd-ports-gnome-e1563e161fd9d7e5a2aa71612e360114212bd6ee.tar.gz
freebsd-ports-gnome-e1563e161fd9d7e5a2aa71612e360114212bd6ee.tar.zst
freebsd-ports-gnome-e1563e161fd9d7e5a2aa71612e360114212bd6ee.zip
Use absolute path to md5 program. It lives in /sbin and people are unlikely
to have $PATH to it.
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 1d6b8c96b920..af1f0a2abaa7 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.109 1995/02/01 21:47:57 gpalmer Exp $
+# $Id: bsd.port.mk,v 1.110 1995/02/04 05:49:26 asami Exp $
#
# Please view me with 4 column tabs!
@@ -170,7 +170,7 @@ DO_NADA?= echo -n
# Miscellaneous overridable commands:
GMAKE?= gmake
XMKMF?= xmkmf
-MD5?= md5
+MD5?= /sbin/md5
MD5_FILE?= ${FILESDIR}/md5
MAKE_FLAGS?= -f
MAKEFILE?= Makefile