diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-08-15 10:49:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-08-15 10:49:06 +0000 |
commit | 5020a4451fbb742b0f6812289e2605e3dd55a2ed (patch) | |
tree | 7aa488a52c142c552d12f9b7c727458845693645 /share | |
parent | 90c7711ebf614caef93508a765225a36b00d5c09 (diff) |
document perl module new goodies
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5633dbf72c7..ff835f27e15 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.346 2012/08/05 10:51:41 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.347 2012/08/15 10:49:05 espie 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: August 5 2012 $ +.Dd $Mdocdate: August 15 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1800,6 +1800,21 @@ tedious. .It Ev MODGNU_CONFIG_GUESS_DIRS If a port uses config.guess outside WRKSRC, the directories containing the other copies must be set here. +.It Ev MODPERL_BUILD_TARGET +Normal content of +.Ar do-build +when +.Ev CONFIGURE_STYLE +uses perl. +Provided as a separate variable if a port wants to override +.Ar do-build +for its own reasons. +.It Ev MODPERL_INSTALL_TARGET +Likewise for +.Ar do-install . +.It Ev MODPERL_REGRESS_TARGET +Likewise for +.Ar do-regress . .It Ev MODULES External modules mechanism, documented separately. Modules such as |