diff options
author | wiz <wiz> | 2014-04-19 10:09:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-19 10:09:50 +0000 |
commit | a87d9b238d71412ed92c006e4b951577c0aa5012 (patch) | |
tree | e84c2958b7750b24c10a6945a7764ef2c9876684 /x11 | |
parent | 98f2fd99f932e062416743706c0648a25ffad4c0 (diff) | |
download | pkgsrc-a87d9b238d71412ed92c006e4b951577c0aa5012.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" |