diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-30 18:25:30 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-30 18:25:30 +0000 |
commit | 8f098e458860b324ca97bd210b4da5419e29bf15 (patch) | |
tree | aee63505345262945264d4c35b1e0f07fd084d24 /share/mk | |
parent | 38f66910d20dab9d992d765aa1bd89453bf0c8d7 (diff) |
Our tar(1) now lives in /bin
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index a4db7e5b4de..99fcfe34f42 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,5 +1,5 @@ # -*- mode: Fundamental; tab-width: 4; -*- -# $OpenBSD: bsd.port.mk,v 1.4 1996/06/11 10:38:02 deraadt Exp $ +# $OpenBSD: bsd.port.mk,v 1.5 1996/06/30 18:25:29 tholo Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -290,7 +290,7 @@ PATCH_ARGS+= -C PATCH_DIST_ARGS+= -C .endif -EXTRACT_CMD?= /usr/bin/tar +EXTRACT_CMD?= /bin/tar EXTRACT_SUFX?= .tar.gz # Backwards compatability. .if defined(EXTRACT_ARGS) |