diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 09:05:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 09:05:36 +0000 |
commit | 48760332009ee18d139d0775c9ed7a30dcbbcd46 (patch) | |
tree | 5e3cc5fad57afbbba36d0028279f49435ad60daf | |
parent | 2e13e6ad83180322c09a78351d250a0b4aab4246 (diff) |
Notes
-rw-r--r-- | x11/xorg-documents/Makefile | 2 | ||||
-rw-r--r-- | x11/xorg-libraries/Makefile | 4 | ||||
-rw-r--r-- | x11/xorg-manpages/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/xorg-documents/Makefile b/x11/xorg-documents/Makefile index ddbb0a99533b..b5213ea1f987 100644 --- a/x11/xorg-documents/Makefile +++ b/x11/xorg-documents/Makefile @@ -23,7 +23,7 @@ XBUILD_DIRS= doc/specs .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org +IGNORE= is part of X.Org .endif .include <bsd.port.post.mk> diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 4074f3ad1dca..19089ea15d82 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -57,9 +57,9 @@ 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. For switching to X.Org, read UPDATING entry 20040723 +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-manpages/Makefile b/x11/xorg-manpages/Makefile index c5e4097798d2..976bc10b1227 100644 --- a/x11/xorg-manpages/Makefile +++ b/x11/xorg-manpages/Makefile @@ -33,7 +33,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org +IGNORE= is part of X.Org .endif .include "${FILESDIR}/manpages" |