summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-14 02:57:28 +0000
committerhasso <hasso>2009-05-14 02:57:28 +0000
commitde098c2125816786686cffb43e9c50929f39521d (patch)
tree10b5804f4cfb7dc3c1b9d3ee78e122d9494cf6ce /x11
parent68189629a6a9a64f62f8f117ff1f2a29a6adc8b3 (diff)
downloadpkgsrc-de098c2125816786686cffb43e9c50929f39521d.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/libxcb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 21faa6b0061..1420c687f88 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/04/11 12:48:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/14 02:57:28 hasso Exp $
#
DISTNAME= libxcb-1.2
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
@@ -72,6 +73,9 @@ SUBST_MESSAGE.pc= Configuring threading in xcb.pc.in.
SUBST_STAGE.pc= pre-configure
SUBST_VARS.pc= XTHREADLIB XTHREAD_CPPFLAGS
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
pre-configure:
cd ${WRKSRC} && autoreconf -v -i -f