diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-04-05 03:20:36 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-04-05 03:20:36 +0000 |
commit | f6c89560bae049082c5a4bc7572f36049c88ca00 (patch) | |
tree | 1386dec696e6cee42eb9ce116c7b2c9457d53741 | |
parent | Upgrade to 2.12. (diff) |
remove pathname for bsd.port.mk.
Reviewed by: maintainer (myself)
Submitted by: ben@scientia.demon.co.uk
Notes
Notes:
svn path=/head/; revision=17643
-rw-r--r-- | devel/portlint/src/portlint.1 | 14 | ||||
-rw-r--r-- | ports-mgmt/portlint/src/portlint.1 | 14 |
2 files changed, 22 insertions, 6 deletions
diff --git a/devel/portlint/src/portlint.1 b/devel/portlint/src/portlint.1 index 72d13a183457..070331470154 100644 --- a/devel/portlint/src/portlint.1 +++ b/devel/portlint/src/portlint.1 @@ -1,4 +1,4 @@ -.\" $Id: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp $ +.\" $Id: portlint.1,v 1.1 1999/01/05 12:23:28 itojun Exp $ .\" .\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>. .\" All Rights Reserved. Absolutely no warranty. @@ -105,11 +105,19 @@ This type of messages are used in verbose mode .Pq Fl v . .El .Sh FILES -.Bl -tag -width /usr/share/mk/bsd.port.mk -compact -.It Pa /usr/share/mk/bsd.port.mk +.Bl -tag -width bsd.port.mk -compact +.It Pa bsd.port.mk master Makefile for ports +.Po +.Pa bsd.pkg.mk +on NetBSD/OpenBSD +.Pc .It Pa /usr/ports/* port collection +.Po +.Pa /usr/pkgsrc/* +on NetBSD/OpenBSD +.Pc .Sh AUTHORS Jun-ichiro Itoh <itojun@itojun.org> and diff --git a/ports-mgmt/portlint/src/portlint.1 b/ports-mgmt/portlint/src/portlint.1 index 72d13a183457..070331470154 100644 --- a/ports-mgmt/portlint/src/portlint.1 +++ b/ports-mgmt/portlint/src/portlint.1 @@ -1,4 +1,4 @@ -.\" $Id: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp $ +.\" $Id: portlint.1,v 1.1 1999/01/05 12:23:28 itojun Exp $ .\" .\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>. .\" All Rights Reserved. Absolutely no warranty. @@ -105,11 +105,19 @@ This type of messages are used in verbose mode .Pq Fl v . .El .Sh FILES -.Bl -tag -width /usr/share/mk/bsd.port.mk -compact -.It Pa /usr/share/mk/bsd.port.mk +.Bl -tag -width bsd.port.mk -compact +.It Pa bsd.port.mk master Makefile for ports +.Po +.Pa bsd.pkg.mk +on NetBSD/OpenBSD +.Pc .It Pa /usr/ports/* port collection +.Po +.Pa /usr/pkgsrc/* +on NetBSD/OpenBSD +.Pc .Sh AUTHORS Jun-ichiro Itoh <itojun@itojun.org> and |