diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-28 10:33:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-28 10:33:52 +0000 |
commit | fdd1138d91dcc7e6d0f1f4b500f0d1ae9bafb632 (patch) | |
tree | f00b0b6f3234344debd63002b1fe95882a40bd06 /www | |
parent | 1f6f576afdb5f81cfd36fdd556abfd04580e1dca (diff) | |
download | pkgsrc-fdd1138d91dcc7e6d0f1f4b500f0d1ae9bafb632.tar.gz |
whitespace fixes
Diffstat (limited to 'www')
-rw-r--r-- | www/amaya/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/pkg/PLIST | 4 | ||||
-rw-r--r-- | www/horde/Makefile | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 6081a5d807d..a8d1b5c6eba 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/28 10:33:52 wiz Exp $ # DISTNAME= amaya-src-4.2.1 @@ -27,7 +27,7 @@ USE_GMAKE= yes post-extract: ${MKDIR} ${WRKSRC} - ${RM} -rf ${WRKDIR}/Amaya/libjpeg + ${RM} -rf ${WRKDIR}/Amaya/libjpeg ${RM} -rf ${WRKDIR}/Amaya/libpng/zlib # ${RM} -rf ${WRKDIR}/Amaya/libpng diff --git a/www/apache6/pkg/PLIST b/www/apache6/pkg/PLIST index c38f4d3aa71..545c15653bc 100644 --- a/www/apache6/pkg/PLIST +++ b/www/apache6/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2001/02/06 10:58:20 itojun Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/02/28 10:33:53 wiz Exp $ bin/dbmmanage bin/htdigest bin/htpasswd @@ -12,7 +12,7 @@ include/httpd/ap_compat.h include/httpd/ap_config.h include/httpd/ap_config_auto.h include/httpd/sa_len.h -include/httpd/sockaddr_storage.h +include/httpd/sockaddr_storage.h include/httpd/ap_ctype.h include/httpd/ap_md5.h include/httpd/ap_mmn.h diff --git a/www/horde/Makefile b/www/horde/Makefile index facca39f194..fba11943e73 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/28 10:33:53 wiz Exp $ DISTNAME= horde-1.2.4 CATEGORIES= www @@ -35,7 +35,6 @@ post-extract: do \ ${MV} $${file} $${file}.dist; \ done - post-patch: cd ${WRKSRC}/scripts; \ |