aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mh
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-10-07 03:41:06 +0800
committerpst <pst@FreeBSD.org>1994-10-07 03:41:06 +0800
commit76ed0d534659b9791b35f5da3b2a6fc15177853d (patch)
treec9fc37974304bbbf1a8334becc597494b30d1dbb /mail/mh
parent876384c606dc458b691dfeafa9959f8633df26b3 (diff)
downloadfreebsd-ports-gnome-76ed0d534659b9791b35f5da3b2a6fc15177853d.tar.gz
freebsd-ports-gnome-76ed0d534659b9791b35f5da3b2a6fc15177853d.tar.zst
freebsd-ports-gnome-76ed0d534659b9791b35f5da3b2a6fc15177853d.zip
Use $WRKSRC instead of $3 to find work directory
Diffstat (limited to 'mail/mh')
-rw-r--r--mail/mh/scripts/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mh/scripts/configure b/mail/mh/scripts/configure
index 5d49863b0674..135141de869e 100644
--- a/mail/mh/scripts/configure
+++ b/mail/mh/scripts/configure
@@ -2,8 +2,7 @@
#
# Configure MH
#
-top=$3
-cd $top/conf
+cd $WRKSRC/conf
make
./mhconfig FreeBSD
cd ..