aboutsummaryrefslogtreecommitdiff
path: root/x11/libxcb/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-07 14:23:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-07 14:23:17 +0000
commit6e1ae3ebe1dd8a92cef4df6496621eadc219b80e (patch)
tree224091fd11dc849d510eb29c141f774799ce3db5 /x11/libxcb/Makefile
parent3d8d90a2ae466b7e32a45348f8a884a83deea152 (diff)
downloadports-6e1ae3ebe1dd8a92cef4df6496621eadc219b80e.tar.gz
ports-6e1ae3ebe1dd8a92cef4df6496621eadc219b80e.zip
Notes
Diffstat (limited to 'x11/libxcb/Makefile')
-rw-r--r--x11/libxcb/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 03595d4f754b..6b692341459e 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libxcb
-PORTVERSION= 1.0
-PORTREVISION= 3
+PORTVERSION= 1.1
CATEGORIES= x11
-MASTER_SITES= XORG/current/src/extras
+#MASTER_SITES= XORG/current/src/extras
+MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= wahjava@gmail.com
COMMENT= The X protocol C-language Binding (XCB) library
@@ -46,4 +46,9 @@ XDMCP_LIBS= -L${LOCALBASE}/lib -lXdmcp
XPROTO_CFLAGS= -I${LOCALBASE}/include
XPROTO_LIBS= -L${LOCALBASE}/lib
+post-install:
+ @${ECHO_MSG} ''
+ @${CAT} pkg-message
+ @${ECHO_MSG} ''
+
.include <bsd.port.mk>