diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-14 18:17:05 +0000 |
commit | 53243e70e9c80e019c96fa2234ec6534f6d0ebee (patch) | |
tree | ee260e7aae8fb6b0d40bb28ec79a30b44191f8e9 /x11/xcmiscproto | |
parent | 885515b7c39c8c1e4f291652eb98feaa966936e1 (diff) | |
download | ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.tar.gz ports-53243e70e9c80e019c96fa2234ec6534f6d0ebee.zip |
Notes
Diffstat (limited to 'x11/xcmiscproto')
-rw-r--r-- | x11/xcmiscproto/Makefile | 10 | ||||
-rw-r--r-- | x11/xcmiscproto/distinfo | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index f93d0087da8c..27852006fbc4 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcmiscproto -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,12 @@ COMMENT= XCMisc extension headers XORG_CAT= proto +CONFIGURE_ARGS+=--disable-specs --without-xmlto + +post-patch: + @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ + ${WRKSRC}/Makefile.in + +#SUBDIRS= specs + .include <bsd.port.mk> diff --git a/x11/xcmiscproto/distinfo b/x11/xcmiscproto/distinfo index 0f35c6384b11..8570cf603fbf 100644 --- a/x11/xcmiscproto/distinfo +++ b/x11/xcmiscproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/xcmiscproto-1.2.0.tar.bz2) = de17c06b7005c5e9ab469e324e76c5c3b8baa2dfc3c1dc7e93438c197facf68e -SIZE (xorg/proto/xcmiscproto-1.2.0.tar.bz2) = 48697 +SHA256 (xorg/proto/xcmiscproto-1.2.1.tar.bz2) = 730e27e22bfb99409bc364233f3f766f5163de0cbf2edad33738cfdf55f04c15 +SIZE (xorg/proto/xcmiscproto-1.2.1.tar.bz2) = 101926 |