aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-28 14:56:21 +0800
committerbapt <bapt@FreeBSD.org>2014-02-28 14:56:21 +0800
commit75a73a9af483cecd50d21aab7cfe2dc3b17b07e2 (patch)
tree25e2181e6c6d15a8841acd2efa95ea112dc9808e /x11
parent4a9ac52cce18bbd008796c4d6f3e42a2631594bb (diff)
downloadfreebsd-ports-gnome-75a73a9af483cecd50d21aab7cfe2dc3b17b07e2.tar.gz
freebsd-ports-gnome-75a73a9af483cecd50d21aab7cfe2dc3b17b07e2.tar.zst
freebsd-ports-gnome-75a73a9af483cecd50d21aab7cfe2dc3b17b07e2.zip
Support stage
Diffstat (limited to 'x11')
-rw-r--r--x11/xpyb/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile
index 93c896dd6f6b..e1c9a22a6501 100644
--- a/x11/xpyb/Makefile
+++ b/x11/xpyb/Makefile
@@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ashish@FreeBSD.org
COMMENT= Python bindings to access X Window System protocol via libxcb
+OPTIONS_DEFINE= DOCS
+
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
xcb-proto>=1.7.1:${PORTSDIR}/x11/xcb-proto
@@ -24,13 +26,4 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if defined(NOPORTDOCS)
-post-patch:
- @${REINPLACE_CMD} -e 's/^\(install-data-am:.*\)install-dist_docDATA\(.*\)$$/\1\2/' \
- -e 's/^\(SUBDIRS =.*\)doc\(.*\)$$/\1\2/' ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>