diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-11-28 07:16:10 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-11-28 07:16:10 +0000 |
commit | b3432f3f1a456f434997d9b5fbd0ad10b9d42225 (patch) | |
tree | 510f142899b010525a2fc4539552dd38644da756 /share | |
parent | 96ec03b564a0dfc86855d7c5d7a3853dd0b0e8a7 (diff) |
Default LIBTOOL is /usr/bin/libtool.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 58470d10f54..501e286b2e9 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.358 2012/11/19 12:27:43 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.359 2012/11/28 07:16:09 ajacoutot Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 19 2012 $ +.Dd $Mdocdate: November 28 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1718,7 +1718,7 @@ for details. Location of the libtool binary for ports that set .Ev USE_LIBTOOL Default: -.Pa ${LOCALBASE}/bin/libtool . +.Pa /usr/bin/libtool . .It Ev LIBTOOL_FLAGS Arguments to pass to libtool. If USE_LIBTOOL is set, the environment variable LIBTOOL is set |