diff options
author | seb <seb@pkgsrc.org> | 2002-10-20 20:10:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-20 20:10:06 +0000 |
commit | 98869530272d50c2280b1ba24d24288e93f3ae45 (patch) | |
tree | 5ec060aa53f3fd007cc5dbb53908c867ecbe8260 /www/curl | |
parent | cf59fe8ec6c4d2e480512e0985abb248b2911d64 (diff) | |
download | pkgsrc-98869530272d50c2280b1ba24d24288e93f3ae45.tar.gz |
Fix documentation installation. Buildlink with zlib. Bump PKGREVISION.
XXX Should buildlink2.mk's BUILDLINK_DEPENDS.curl version be bumped to 7.10.1?
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 13 | ||||
-rw-r--r-- | www/curl/PLIST | 3 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index e56c7c6c692..377b09459ce 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2002/10/20 02:19:42 shell Exp $ +# $NetBSD: Makefile,v 1.22 2002/10/20 20:10:06 seb Exp $ DISTNAME= curl-7.10.1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ @@ -18,19 +19,21 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} +CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl - for _f in MANUAL TheArtOfHttpScripting FAQ; do \ + for _f in MANUAL TheArtOfHttpScripting FAQ \ + libcurl-the-guide; do \ ${INSTALL_DATA} ${WRKSRC}/docs/$${_f} \ ${PREFIX}/share/doc/curl/${_f}; \ done ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/curl - for _f in ${WRKSRC}/docs/examples/*.c ; do \ + for _f in ${WRKSRC}/docs/examples/*.c \ + ${WRKSRC}/docs/examples/README; do \ ${INSTALL_DATA} $${_f} ${PREFIX}/share/examples/curl; \ done - ${SED} '/php/d' ${WRKSRC}/docs/examples/README > \ - ${PREFIX}/share/examples/curl/README +.include "../../devel/zlib/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/curl/PLIST b/www/curl/PLIST index 2be599c5f0c..b702b3fa5ee 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/10/20 02:19:42 shell Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/10/20 20:10:06 seb Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -51,6 +51,7 @@ share/curl/curl-ca-bundle.crt share/doc/curl/FAQ share/doc/curl/MANUAL share/doc/curl/TheArtOfHttpScripting +share/doc/curl/libcurl-the-guide share/examples/curl/README share/examples/curl/curlgtk.c share/examples/curl/fopen.c |