aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-manpages/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-23 20:09:23 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-23 20:09:23 +0000
commitc935a43fafaa24333465fe59467d17e67c3bbdf4 (patch)
treed12e574ca6b8de82f2abb4c529b1d1a2fef793b3 /x11/xorg-manpages/Makefile
parentfc01b77723e31895a6cc8853086ba0360269b360 (diff)
downloadports-c935a43fafaa24333465fe59467d17e67c3bbdf4.tar.gz
ports-c935a43fafaa24333465fe59467d17e67c3bbdf4.zip
Notes
Diffstat (limited to 'x11/xorg-manpages/Makefile')
-rw-r--r--x11/xorg-manpages/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/xorg-manpages/Makefile b/x11/xorg-manpages/Makefile
index 3eee90b3a324..c5e4097798d2 100644
--- a/x11/xorg-manpages/Makefile
+++ b/x11/xorg-manpages/Makefile
@@ -31,5 +31,11 @@ post-extract:
.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
+.endif
+
.include "${FILESDIR}/manpages"
+
.include <bsd.port.post.mk>