From 8e7493f1267a4ec1a8b0181aad104cfd96f20d2f Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 1 Jul 2003 10:00:30 +0000 Subject: one more correction to a list, and add a .Pp; --- share/man/man5/bsd.port.mk.5 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'share/man/man5/bsd.port.mk.5') 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 . -- cgit v1.2.3