diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-19 10:09:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-19 10:09:50 +0000 |
commit | e539c78ac6e0fe6c03cbef4ffe88c2b363608dde (patch) | |
tree | 037c32ff609a5e876b4e59633a0cc00eb9b93d4e /x11 | |
parent | dd5f05b3c805cde318c5cc45ba81ecbc0580a2a4 (diff) | |
download | pkgsrc-e539c78ac6e0fe6c03cbef4ffe88c2b363608dde.tar.gz |
Move touch to pre-configure to increase chance it'll work.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xproto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 103d38ef060..b438c02be69 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/04/15 08:29:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/04/19 10:09:50 wiz Exp $ DISTNAME= xproto-7.0.26 CATEGORIES= x11 devel @@ -18,6 +18,8 @@ USE_LANGUAGES= c post-extract: ${MV} ${WRKSRC}/Xos_r.h ${WRKSRC}/Xos_r.h.in + +pre-configure: sleep 1 && ${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in .include "../../mk/bsd.pkg.mk" |