summaryrefslogtreecommitdiff
path: root/mail
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
parentPort of Berkeley Popper POP3 daemon (diff)
Use $WRKSRC instead of $3 to find work directory
Notes
Notes: svn path=/head/; revision=196
Diffstat (limited to 'mail')
-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 ..