diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-14 02:57:28 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-14 02:57:28 +0000 |
commit | 32707bf3e8d6f1e33d8bbb9b5159cb0f8defcf53 (patch) | |
tree | 10b5804f4cfb7dc3c1b9d3ee78e122d9494cf6ce /x11/libxcb | |
parent | f014e580c30c7b1e561d2615c0fc00b5a5b18b92 (diff) | |
download | pkgsrc-32707bf3e8d6f1e33d8bbb9b5159cb0f8defcf53.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 6 |
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 |