diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/cadaver/Makefile | 4 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 4e2ec537a92..7e1d80c605f 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/24 08:53:58 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/10 00:08:48 jlam Exp $ DISTNAME= cadaver-0.17.0 CATEGORIES= www @@ -32,8 +32,6 @@ CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} LDFLAGS+= -L${BUILDLINK_LIBDIR} LIBS+= -ltermcap -pre-configure: ${BUILDLINK_TARGETS} - # The build process doesn't correctly find some headers for utility functions # which are provided in ${WRKSRC}/lib. Help the compiler by linking the # headers to ${WRKSRC} and explicitly passing -I. to the compiler. diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index deee6bc4c9d..f8557cf870f 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/24 08:53:58 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/10 00:08:49 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -23,8 +23,6 @@ CONFIGURE_ARGS+= --enable-libxml CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} -pre-configure: ${BUILDLINK_TARGETS} - # The build process doesn't correctly find the header for GNU fnmatch, which # is provided in ${WRKSRC}/lib. Help the compiler by linking the header # to ${WRKSRC} and explicitly passing -I. to the compiler. |