diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-04-10 17:57:17 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-04-10 17:57:17 +0000 |
commit | abf5f466f3310ae1418a68542418e60f9967d61e (patch) | |
tree | 0b05825fdfcc3b244e96d5486636d7a018bfe79c | |
parent | bea98c3c1e7636134816015a8e6b1880582e91b7 (diff) |
- remove MOTIF bits here too
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 24 | ||||
-rw-r--r-- | share/man/man5/port-modules.5 | 7 |
2 files changed, 5 insertions, 26 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3895f1fa06d..e6a279df878 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.277 2011/04/03 07:25:29 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.278 2011/04/10 17:57:16 jasper Exp $ .\" .\" Copyright (c) 2000-2008 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: April 3 2011 $ +.Dd $Mdocdate: April 10 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1407,9 +1407,6 @@ containing the other copies must be set here. External modules mechanism, documented separately. See .Xr port-modules 5 . -.It Ev MOTIFLIB -Read-only. -Correct incantation to link with motif. .It Ev MULTI_PACKAGES Set to a list of package extensions for ports that create multiple packages. See @@ -2028,20 +2025,6 @@ Set to if libtool is required for correct behavior of this port. Adds correct dependencies, and passes LIBTOOL environment variable to scripts invocations. -.It Ev USE_MOTIF -Set to -.Sq any -if port works with any version of motif; -.Sq lesstif -if port requires lesstif to work; -.Sq openmotif -if ports requires openmotif to work. -The -.Sq any -setting creates an extra flavor choice of -.Sq lesstif . -See also -.Ev MOTIFLIB .It Ev USE_SYSTRACE User settings. Set to @@ -2321,9 +2304,6 @@ instead. Use .Ev CONFIGURE_STYLE instead. -.It Ev HAVE_MOTIF -Old user settings. -No longer needed since OpenMotif is now free. .It Ev IGNOREFILES Set to the list of files that can't be checksummed. All uses of it have led to postponing the correct action: talking diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index d2711c5c0f2..90e5b53f912 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.87 2011/03/25 09:28:30 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.88 2011/04/10 17:57:16 jasper Exp $ .\" .\" Copyright (c) 2008 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: March 25 2011 $ +.Dd $Mdocdate: April 10 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -240,8 +240,7 @@ The following variables can be overridden in a relatively safe fashion: .Ev SEPARATE_BUILD , .Ev SHARED_ONLY , .Ev USE_GMAKE , -.Ev USE_LIBTOOL , -.Ev USE_MOTIF . +.Ev USE_LIBTOOL . .Pp The following variables can be added to in a relatively safe fashion: .Ev BUILD_DEPENDS , |