diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-01 10:00:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-01 10:00:30 +0000 |
commit | 8e7493f1267a4ec1a8b0181aad104cfd96f20d2f (patch) | |
tree | d46877cd2197e176390d70d3e70d3232149072b8 /share/man/man5/bsd.port.mk.5 | |
parent | 8b3820d40e4585e9ab2ad7525456284c2aeb5705 (diff) |
one more correction to a list, and add a .Pp;
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-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 . |