aboutsummaryrefslogtreecommitdiffstats
path: root/x11/videoproto/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-09-15 02:17:05 +0800
committereadler <eadler@FreeBSD.org>2011-09-15 02:17:05 +0800
commit9edb561ec85d25d5d73abf6912e58d24eb7386a3 (patch)
tree7bc2e3cbac629de30c53a05fe52405b1fe2cc707 /x11/videoproto/Makefile
parenta8bbe40b9ea7a76fa73d2fe9a1f797cb9a22ab21 (diff)
downloadfreebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.tar.gz
freebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.tar.zst
freebsd-ports-gnome-9edb561ec85d25d5d73abf6912e58d24eb7386a3.zip
- update fixesproto to 5.0
- update inputproto to 2.0.2 - update printproto to 1.0.5 - update recordproto to 1.14.1 - update renderproto to 0.11.1 - update resourceproto to 1.2.0 - update scrnsaverproto 1.2.1 - update videoproto to 2.3.1 - update xcmiscproto 1.2.1 - update xextproto 7.2.0 - update xf86vidmodeproto 2.3.1 - update xineramaproto 1.2.1 - update libXvMC to 1.0.6 Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo
Diffstat (limited to 'x11/videoproto/Makefile')
-rw-r--r--x11/videoproto/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/videoproto/Makefile b/x11/videoproto/Makefile
index dee630301077..f3119f2f9211 100644
--- a/x11/videoproto/Makefile
+++ b/x11/videoproto/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= videoproto
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -14,4 +14,8 @@ COMMENT= Video extension headers
XORG_CAT= proto
+post-patch:
+ @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
+ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>