diff options
author | pav <pav@FreeBSD.org> | 2004-07-24 07:46:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-24 07:46:02 +0800 |
commit | 6243d39accdfa27f748b480e1bb87aef9999370a (patch) | |
tree | c40a5c5aec0a03a32822ef7acb3a7866dada4197 /x11 | |
parent | 3d59021c0917e89a2c7b2a22e98d30fc9e68fa52 (diff) | |
download | freebsd-ports-gnome-6243d39accdfa27f748b480e1bb87aef9999370a.tar.gz freebsd-ports-gnome-6243d39accdfa27f748b480e1bb87aef9999370a.tar.zst freebsd-ports-gnome-6243d39accdfa27f748b480e1bb87aef9999370a.zip |
- Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org.
Approved by: anholt (x11 hat)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/xorg-libraries/Makefile | 2 | ||||
-rw-r--r-- | x11/xorg/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index 835834a405e8..215fdbf1f158 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -61,7 +61,7 @@ post-install: .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org +IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723 .endif .include "${FILESDIR}/manpages" diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index b9d0c8b81da0..4074f3ad1dca 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -59,7 +59,7 @@ post-install: .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org +IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723 .endif # BuildXF86DRI is false for FreeBSD < 4.1 diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 2b5707cad896..37927b6132bf 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -55,6 +55,6 @@ do-install: # empty .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org +IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723 .endif .include <bsd.port.post.mk> |