delint.
This commit is contained in:
parent
827f66c040
commit
fd43abcdf8
2 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.60 2005/05/22 20:08:45 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2005/05/31 20:51:59 salo Exp $
|
||||
|
||||
DISTNAME= w3c-libwww-5.4.0
|
||||
PKGNAME= libwww-5.4.0
|
||||
|
@ -18,9 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SITES_libwww-configure-5.4.0nb1.gz= ${MASTER_SITE_LOCAL}
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_TOOLS+= gmake perl
|
||||
USE_LIBTOOL= YES
|
||||
USE_PERL5= build
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-zlib --with-regex --without-x
|
||||
|
@ -35,7 +34,7 @@ pre-configure:
|
|||
${GZCAT} ${DISTDIR}/libwww-configure-5.4.0nb1.gz > ${WRKSRC}/configure
|
||||
${CHMOD} a+x ${WRKSRC}/configure
|
||||
.for f in aclocal.m4 configure stamp-h.in
|
||||
${TOUCH} ${WRKSRC}/$f
|
||||
${TOUCH} ${WRKSRC}/${f}
|
||||
.endfor
|
||||
${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in -print`
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:57 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2005/05/31 20:52:00 salo Exp $
|
||||
bin/libwww-config
|
||||
bin/w3c
|
||||
bin/webbot
|
||||
bin/www
|
||||
include/wwwconf.h
|
||||
include/w3c-libwww/HTAABrow.h
|
||||
include/w3c-libwww/HTAAUtil.h
|
||||
include/w3c-libwww/HTANSI.h
|
||||
|
@ -45,8 +44,8 @@ include/w3c-libwww/HTFilter.h
|
|||
include/w3c-libwww/HTFormat.h
|
||||
include/w3c-libwww/HTGopher.h
|
||||
include/w3c-libwww/HTGuess.h
|
||||
include/w3c-libwww/HTHash.h
|
||||
include/w3c-libwww/HTHInit.h
|
||||
include/w3c-libwww/HTHash.h
|
||||
include/w3c-libwww/HTHeader.h
|
||||
include/w3c-libwww/HTHist.h
|
||||
include/w3c-libwww/HTHome.h
|
||||
|
@ -163,6 +162,7 @@ include/w3c-libwww/WWWXML.h
|
|||
include/w3c-libwww/WWWZip.h
|
||||
include/w3c-libwww/wwwsys.h
|
||||
include/w3c-libwww/xmlparse.h
|
||||
include/wwwconf.h
|
||||
${MD5LIB}lib/libmd5.la
|
||||
lib/libpics.la
|
||||
lib/libwwwapp.la
|
||||
|
@ -172,8 +172,8 @@ lib/libwwwdir.la
|
|||
lib/libwwwfile.la
|
||||
lib/libwwwftp.la
|
||||
lib/libwwwgopher.la
|
||||
lib/libwwwhttp.la
|
||||
lib/libwwwhtml.la
|
||||
lib/libwwwhttp.la
|
||||
lib/libwwwinit.la
|
||||
lib/libwwwmime.la
|
||||
lib/libwwwmux.la
|
||||
|
|
Loading…
Reference in a new issue