diff options
author | 2003-07-01 10:00:29 +0000 | |
---|---|---|
committer | 2003-07-01 10:00:29 +0000 | |
commit | 3cfdfa3d2712f09a2a4ff3d7c6998c64c3037ff8 (patch) | |
tree | b158f5022cfda7fe5b50c4cea144458937581815 | |
parent | .Xr disklabel 8, as suggested by Phil Pennock (PR 3338); (diff) | |
download | wireguard-openbsd-3cfdfa3d2712f09a2a4ff3d7c6998c64c3037ff8.tar.xz wireguard-openbsd-3cfdfa3d2712f09a2a4ff3d7c6998c64c3037ff8.zip |
one more correction to a list, and add a .Pp;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 08074a961bd..452fe9a9e35 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.92 2003/06/30 18:44:41 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.93 2003/07/01 10:00:29 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -237,11 +237,10 @@ Force rebuild of the port. Run regression tests for the port. Essentially depend on a correct build and invoke .Bd -literal -env -i ${MAKE_ENV} ${MAKE_PROGRAM} ${REGRESS_FLAGS} \\ -.Ed -.Bd -literal +env -i ${MAKE_ENV} ${MAKE_PROGRAM} ${REGRESS_FLAGS} \e -f ${MAKE_FILE} ${REGRESS_TARGET} .Ed +.Pp If a port needs some other ports installed to run regression tests, use .Ev REGRESS_DEPENDS . |