diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-10 00:24:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-10 00:24:54 +0000 |
commit | 90342f972e7185760b50abc220c00931d85a648d (patch) | |
tree | 9be78a064bfda10b42a87b816548624f15fd4b20 /www | |
parent | 2899c75ccbcc017cd0ef4754ec275cf73e01a719 (diff) | |
download | pkgsrc-90342f972e7185760b50abc220c00931d85a648d.tar.gz |
USE_TOOLS+=automake14
This package contained several Makefile.am patches but then proceeded to
ignore all of them by touching all of the Makefile.in's. Unfortunately
those patches were there for a reason!
Correctly packages on solaris now.
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index d5c7e4ea708..0630626ff95 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2006/10/05 10:05:41 rillig Exp $ +# $NetBSD: Makefile,v 1.71 2006/10/10 00:24:54 dmcmahill Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -18,7 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SITES.libwww-configure-5.4.0nb1.gz= ${MASTER_SITE_LOCAL} -USE_TOOLS+= gmake gzcat perl +USE_TOOLS+= automake14 gmake gzcat perl USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -38,7 +38,7 @@ pre-configure: .for f in aclocal.m4 configure stamp-h.in touch ${WRKSRC}/${f} .endfor - touch `${FIND} ${WRKSRC} -name Makefile.in -print` + cd ${WRKSRC} && automake .include "../../mk/bsd.prefs.mk" |