diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-04-04 02:28:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2019-04-04 02:28:24 +0000 |
commit | ac781e5d0070a5fccc462e858dafaf804c3a46fa (patch) | |
tree | 35426e154e181f6f5519ab399ab0477b79fa345d /share | |
parent | 3b26cb722be9cc1168a4dd08e00b024df309822a (diff) |
Remove CONFIGURE_STYLE=autoupdate setting.
Running autoupdate is not useful in a port context. No port uses this and
it appears none ever has.
ok kn@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 | ||||
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d22c4035995..de5d31175ca 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.507 2019/04/03 02:18:03 naddy Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.508 2019/04/04 02:28:23 naddy 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: April 3 2019 $ +.Dd $Mdocdate: April 4 2019 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -951,9 +951,6 @@ Several versions of automake may coexist peacefully. .Ev AUTOMAKE_VERSION must be set before trying to run automake. Defaults to 1.4. -.It Ev AUTOUPDATE -Location of the autoupdate binary. -Defaults to autoupdate. .It Ev BASE_PKGPATH Full .Xr pkgpath 7 diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 1ead031d549..40393957ccb 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.237 2019/04/03 02:18:03 naddy Exp $ +.\" $OpenBSD: port-modules.5,v 1.238 2019/04/04 02:28:23 naddy Exp $ .\" .\" Copyright (c) 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: April 3 2019 $ +.Dd $Mdocdate: April 4 2019 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -200,7 +200,7 @@ will do nothing. .Pp Some .Ev CONFIGURE_STYLE -values, namely perl, gnu, imake, autoconf, and autoupdate +values, namely perl, gnu, imake, and autoconf, will automatically import the correct module. User-defined modules must both add to .Ev CONFIGURE_STYLE |