diff options
author | pst <pst@FreeBSD.org> | 1994-10-07 03:41:06 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-07 03:41:06 +0800 |
commit | 76ed0d534659b9791b35f5da3b2a6fc15177853d (patch) | |
tree | c9fc37974304bbbf1a8334becc597494b30d1dbb /mail/mh | |
parent | 876384c606dc458b691dfeafa9959f8633df26b3 (diff) | |
download | freebsd-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/configure | 3 |
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 .. |