diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2014-10-27 22:45:31 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2014-10-27 22:45:31 +0000 |
commit | 3a6f3a2e376c2cc68a040bc433027dc7842092b0 (patch) | |
tree | 027be51bc608ea9b9c31ced16b60f97d6d3c7ece | |
parent | 1a63840268412fe30350be77eda9ea9fe9d8b02a (diff) |
fixup REGRESS_DEPENDS->TEST_DEPENDS
REGRESS_* idiom died a while ago
OK naddy@ sthen@
-rw-r--r-- | share/man/man7/packages-specs.7 | 6 | ||||
-rw-r--r-- | share/man/man7/pkgpath.7 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/packages-specs.7 b/share/man/man7/packages-specs.7 index c89a12581bc..cf33526d69a 100644 --- a/share/man/man7/packages-specs.7 +++ b/share/man/man7/packages-specs.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages-specs.7,v 1.24 2012/10/12 16:17:02 jmc Exp $ +.\" $OpenBSD: packages-specs.7,v 1.25 2014/10/27 22:45:30 gsoares Exp $ .\" .\" Copyright (c) 2001 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: October 12 2012 $ +.Dd $Mdocdate: October 27 2014 $ .Dt PACKAGES-SPECS 7 .Os .Sh NAME @@ -197,7 +197,7 @@ Packages may depend on other packages, as specified by their port's Makefile, in a .Ev BUILD_DEPENDS , .Ev LIB_DEPENDS , -.Ev REGRESS_DEPENDS +.Ev TEST_DEPENDS or .Ev RUN_DEPENDS . All those conform to diff --git a/share/man/man7/pkgpath.7 b/share/man/man7/pkgpath.7 index 74e28d010af..add21e9efe9 100644 --- a/share/man/man7/pkgpath.7 +++ b/share/man/man7/pkgpath.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkgpath.7,v 1.2 2013/01/09 11:52:52 espie Exp $ +.\" $OpenBSD: pkgpath.7,v 1.3 2014/10/27 22:45:30 gsoares Exp $ .\" .\" Copyright (c) 2011 Marc Espie <espie@openbsd.org> .\" @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: January 9 2013 $ +.Dd $Mdocdate: October 27 2014 $ .Dt PKGPATH 7 .Os .Sh NAME @@ -125,7 +125,7 @@ from .Ev LIB_DEPENDS , .Ev RUN_DEPENDS , and -.Ev REGRESS_DEPENDS +.Ev TEST_DEPENDS to the dependent port for normalisation purposes. That way, the .Nm |