summaryrefslogtreecommitdiff
path: root/x11-fonts/xfs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:46:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:46:02 +0000
commitb73a79a29d857b6ee605d99d7faab7f6175e2e29 (patch)
treef8e0a3010acfea07a17472fec244d6e8c1247937 /x11-fonts/xfs
parent- Add a check to prevent installation to wrong X distribution, as seen (diff)
- Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org. Approved by: anholt (x11 hat)
Notes
Notes: svn path=/head/; revision=114533
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r--x11-fonts/xfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 35e0b789d895..a769def6f283 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -34,6 +34,6 @@ post-install:
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
.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>