diff options
author | rillig <rillig> | 2006-10-05 10:05:41 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-05 10:05:41 +0000 |
commit | 657c6023d30ca6e0e160ce17f1815792da731d9e (patch) | |
tree | ab6cb55c4b077866405539f68db691a20396c28e /www | |
parent | 7f29ed971fea4e987ebc5115ad0ab1c0910fab1d (diff) | |
download | pkgsrc-657c6023d30ca6e0e160ce17f1815792da731d9e.tar.gz |
Overwrite the configure script in the post-extract phase, so that it can
be patched. Noted by Andreas Gustafsson in private mail.
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index dc2bf500bf0..d5c7e4ea708 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/10/04 19:45:58 rillig Exp $ +# $NetBSD: Makefile,v 1.70 2006/10/05 10:05:41 rillig Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -30,8 +30,10 @@ CONFIGURE_ENV+= F77=${FALSE:Q} .include "options.mk" -pre-configure: +post-extract: gzcat ${DISTDIR}/libwww-configure-5.4.0nb1.gz > ${WRKSRC}/configure + +pre-configure: chmod a+x ${WRKSRC}/configure .for f in aclocal.m4 configure stamp-h.in touch ${WRKSRC}/${f} |