diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:15:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:15:32 +0000 |
commit | 7b8bbe877c8cc702427b96b4c8f430ef0e4240e3 (patch) | |
tree | 653899d1bcb33d267395d18202b892400c92d4ce /share/man | |
parent | 7d3e394728dac15c5a65142e97fcc881ffefd782 (diff) |
DIST_TUPLE's handling of HOMEPAGE is optional, of course
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6682f1e40a4..7dec507d999 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.598 2023/09/05 13:13:50 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.599 2023/09/05 13:15:31 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1656,7 +1656,7 @@ entries can be added as needed The components are used to build .Ev MASTER_SITES.name .Ev DISTFILES.name -and +and (optionally) .Ev HOMEPAGE . .Pp At the end of |