aboutsummaryrefslogtreecommitdiff
path: root/x11/xpyb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 06:56:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 06:56:21 +0000
commitfa14953a8aba8b469fe7667014056584ea849a8a (patch)
tree25e2181e6c6d15a8841acd2efa95ea112dc9808e /x11/xpyb
parent4e94b4b61016b78b0ab350c34cc012f5e818636a (diff)
downloadports-fa14953a8aba8b469fe7667014056584ea849a8a.tar.gz
ports-fa14953a8aba8b469fe7667014056584ea849a8a.zip
Notes
Diffstat (limited to 'x11/xpyb')
-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>