diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-19 20:50:41 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-19 20:50:41 +0000 |
commit | 1515d6baffa910c1489ae778e1f2de79eb459f26 (patch) | |
tree | f97056a91b7e75c5d7e8c57ea7d2aa43432ded6f /share/man | |
parent | 061690769ea1a9767efeaea44c4dbf2e2184bd84 (diff) |
Fix path to dist-tuple.pattern
Diffstat (limited to 'share/man')
-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 85925be829a..9e535b83bbd 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.630 2023/09/16 08:01:31 op Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.631 2023/09/19 20:50:40 tb 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: September 16 2023 $ +.Dd $Mdocdate: September 19 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1661,7 +1661,7 @@ or .Sq srht at the moment .Po see -.Pa ${PORTSDIR}/db/dist-tuple.pattern , +.Pa ${PORTSDIR}/infrastructure/db/dist-tuple.pattern , additional .Ev TEMPLATE_DISTFILES.<name> and |