diff --git a/misc/compat10x/pkg-descr b/misc/compat10x/pkg-descr index 5c50559158d2..74c269eca0ae 100644 --- a/misc/compat10x/pkg-descr +++ b/misc/compat10x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat10x libraries on your +This package provides the compat10x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 1100000 LIB_DEPENDS+= libelf.so.1:misc/compat10x .endif -- diff --git a/misc/compat11x/pkg-descr b/misc/compat11x/pkg-descr index 479522cc18a2..6d9467014b4a 100644 --- a/misc/compat11x/pkg-descr +++ b/misc/compat11x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat11x libraries on your +This package provides the compat11x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 1100000 LIB_DEPENDS+= libelf.so.1:misc/compat10x .endif -- diff --git a/misc/compat12x/pkg-descr b/misc/compat12x/pkg-descr index cfc7b0eefae0..2815eb9eb290 100644 --- a/misc/compat12x/pkg-descr +++ b/misc/compat12x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat12x libraries on your +This package provides the compat12x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 1300000 LIB_DEPENDS+= libncurses.so.8:misc/compat12x .endif -- diff --git a/misc/compat13x/pkg-descr b/misc/compat13x/pkg-descr index f79575bd620a..17325382b140 100644 --- a/misc/compat13x/pkg-descr +++ b/misc/compat13x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat13x libraries on your +This package provides the compat13x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 1400000 LIB_DEPENDS+= libcrypto.so.111:misc/compat13x .endif -- diff --git a/misc/compat4x/pkg-descr b/misc/compat4x/pkg-descr index 743e61c11adf..5fbef9d0d027 100644 --- a/misc/compat4x/pkg-descr +++ b/misc/compat4x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat4x libraries on your +This package provides the compat4x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 500000 LIB_DEPENDS+= c.4:misc/compat4x .endif -- diff --git a/misc/compat5x/pkg-descr b/misc/compat5x/pkg-descr index 095d0677d329..8886ad4814ab 100644 --- a/misc/compat5x/pkg-descr +++ b/misc/compat5x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat5x libraries on your +This package provides the compat5x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:misc/compat5x .endif -- diff --git a/misc/compat6x/pkg-descr b/misc/compat6x/pkg-descr index 76d1a0cc175a..1dda0511243f 100644 --- a/misc/compat6x/pkg-descr +++ b/misc/compat6x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat6x libraries on your +This package provides the compat6x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 700043 LIB_DEPENDS+= c.6:misc/compat6x .endif -- diff --git a/misc/compat7x/pkg-descr b/misc/compat7x/pkg-descr index 2c5e59869893..04167f362860 100644 --- a/misc/compat7x/pkg-descr +++ b/misc/compat7x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat7x libraries on your +This package provides the compat7x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 800105 LIB_DEPENDS+= alias.6:misc/compat7x .endif -- diff --git a/misc/compat8x/pkg-descr b/misc/compat8x/pkg-descr index 563c48db132a..547e17874751 100644 --- a/misc/compat8x/pkg-descr +++ b/misc/compat8x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat8x libraries on your +This package provides the compat8x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OSVERSION} >= 900042 LIB_DEPENDS+= ufs.5:misc/compat8x .endif -- diff --git a/misc/compat9x/pkg-descr b/misc/compat9x/pkg-descr index 5392c17a2516..1a4bef220d6b 100644 --- a/misc/compat9x/pkg-descr +++ b/misc/compat9x/pkg-descr @@ -1,12 +1,12 @@ -This package allows you to install the compat9x libraries on your +This package provides the compat9x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000009 LIB_DEPENDS+= archive.5:misc/compat9x .endif --