summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/src
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-04-05 03:20:36 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-04-05 03:20:36 +0000
commitf6c89560bae049082c5a4bc7572f36049c88ca00 (patch)
tree1386dec696e6cee42eb9ce116c7b2c9457d53741 /ports-mgmt/portlint/src
parentUpgrade 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
Diffstat (limited to 'ports-mgmt/portlint/src')
-rw-r--r--ports-mgmt/portlint/src/portlint.114
1 files changed, 11 insertions, 3 deletions
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