diff options
author | 2012-09-19 08:15:55 +0000 | |
---|---|---|
committer | 2012-09-19 08:15:55 +0000 | |
commit | 74493f56f54c2f59f409b919448ef79f09f36cbf (patch) | |
tree | 3d3e1fc8b2bb9a6454f86913928f874cc11728cf | |
parent | vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here (diff) | |
download | wireguard-openbsd-74493f56f54c2f59f409b919448ef79f09f36cbf.tar.xz wireguard-openbsd-74493f56f54c2f59f409b919448ef79f09f36cbf.zip |
no more PKG_ARCH messin' around in lua.port.mk
-rw-r--r-- | share/man/man5/port-modules.5 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 3420b365f79..2cc73f073bd 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.143 2012/08/19 05:50:31 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.144 2012/09/19 08:15:55 jasper 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: August 19 2012 $ +.Dd $Mdocdate: September 19 2012 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -651,11 +651,6 @@ Also appends to unless .Ev MODLUA_RUNDEP is set to No. -Also affects -.Ev PKG_ARCH -when -.Ev SHARED_ONLY -is not set or set to No. Appends .Ev MODLUA_VERSION , .Ev MODLUA_LIB , |