diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 13:58:40 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 13:58:40 +0000 |
commit | e86cf40c8fd4ab754a632c4e98569bab3767e895 (patch) | |
tree | 53f58e89900ce70888b6575cee7c58d3f8435af1 /Mk | |
parent | 53edd248fddf81d580d53d081ea1d3b1489b199e (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/libtool.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.autotools.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/libtool.mk b/Mk/Uses/libtool.mk index 928b5e13ac8c..63baf3271d13 100644 --- a/Mk/Uses/libtool.mk +++ b/Mk/Uses/libtool.mk @@ -11,7 +11,7 @@ # be used when a port does not generate its own libtool # script and relies on the system to provide one. # -# MAINTAINER: autotools@FreeBSD.org +# MAINTAINER: tijl@FreeBSD.org .if !defined(_INCLUDE_USES_LIBTOOL_MK) _INCLUDE_USES_LIBTOOL_MK= yes diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 4cca0ef56e26..09be86c559dc 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -7,7 +7,7 @@ # wrath of countless folks, and be unceremoniously backed out by # the maintainer and/or portmgr. -Autotools_Include_MAINTAINER= autotools@FreeBSD.org +Autotools_Include_MAINTAINER= tijl@FreeBSD.org #--------------------------------------------------------------------------- # USE_AUTOTOOLS= tool[:env] ... |