aboutsummaryrefslogtreecommitdiff
path: root/mail/mh
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-10-06 19:41:06 +0000
committerPaul Traina <pst@FreeBSD.org>1994-10-06 19:41:06 +0000
commit55236d57bc0c2d66fbe6e9e2db307f8b16b5dc5e (patch)
treedaf70c6b9c40d34bc983381ea2b0d852e32d3c76 /mail/mh
parent9ca3c9968fa5c753fe85fd19e0bdb3d5286b353a (diff)
downloadports-55236d57bc0c2d66fbe6e9e2db307f8b16b5dc5e.tar.gz
ports-55236d57bc0c2d66fbe6e9e2db307f8b16b5dc5e.zip
Notes
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 ..