diff options
Diffstat (limited to 'x11/videoproto/Makefile')
-rw-r--r-- | x11/videoproto/Makefile | 6 |
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> |