diff options
author | 2009-08-12 22:40:54 +0000 | |
---|---|---|
committer | 2009-08-12 22:40:54 +0000 | |
commit | 88beda68e66cd1311e06a034cd1ca3ac8d1701fd (patch) | |
tree | 6d0565781fbcb56ad55d8b48c482c8c42148aa61 | |
parent | Add wake support to acpihpet(4). (diff) | |
download | wireguard-openbsd-88beda68e66cd1311e06a034cd1ca3ac8d1701fd.tar.xz wireguard-openbsd-88beda68e66cd1311e06a034cd1ca3ac8d1701fd.zip |
add modinst to CONFIGURE_STYLE list
-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 , |