diff options
author | Simon Bertrang <simon@cvs.openbsd.org> | 2009-08-12 22:40:55 +0000 |
---|---|---|
committer | Simon Bertrang <simon@cvs.openbsd.org> | 2009-08-12 22:40:55 +0000 |
commit | cde721b90ddf3a3a2a74895d41196b831708cec1 (patch) | |
tree | bc07000ae37e48cad381eb6158c9769349d624c8 /share/man | |
parent | f37123719247b24820753ca67ab5b1444a09680f (diff) |
add modinst to CONFIGURE_STYLE list
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index fce7292a6d7..85443925cac 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.232 2009/07/02 17:45:38 jakemsr Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.233 2009/08/12 22:40:54 simon 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: July 2 2009 $ +.Dd $Mdocdate: August 12 2009 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -882,6 +882,10 @@ Add to enable .Xr perl 1 .Xr Module::Build 3p +or +.Sq modinst +for +.Xr Module::Install 3p style. If .Sq gnu , |