diff options
author | grant <grant@pkgsrc.org> | 2003-02-17 21:01:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-17 21:01:07 +0000 |
commit | 186b57d77a927b0549cf3e5e1ad9f51ab8cde3d4 (patch) | |
tree | f4f8ae9ccb488c5bb13189f12c6a2e01e4ed6c0f /www | |
parent | 99f63263ee7d7c340faacc6c260fc95ee58d9874 (diff) | |
download | pkgsrc-186b57d77a927b0549cf3e5e1ad9f51ab8cde3d4.tar.gz |
no need to specify *.c anymore.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-fastcgi/Makefile | 3 | ||||
-rw-r--r-- | www/ap-gzip/Makefile | 3 | ||||
-rw-r--r-- | www/ap-layout/Makefile | 3 | ||||
-rw-r--r-- | www/ap-xslt/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index 837d4890d54..fc059ec1f99 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/02/17 18:02:21 grant Exp $ +# $NetBSD: Makefile,v 1.23 2003/02/17 21:01:07 grant Exp $ # DISTNAME= mod_fastcgi_2.2.10 @@ -13,7 +13,6 @@ COMMENT= New, improved CGI-like interface module for Apache USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_fastcgi.so -APACHE_MODULE_SRC= *.c post-install: ${INSTALL_DATA} ${WRKSRC}/docs/mod_fastcgi.html \ diff --git a/www/ap-gzip/Makefile b/www/ap-gzip/Makefile index 83d9b619e22..6d678f0f7a5 100644 --- a/www/ap-gzip/Makefile +++ b/www/ap-gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/17 17:52:02 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/17 21:01:07 grant Exp $ # DISTNAME= mod_gzip-1.3.26.1a @@ -14,7 +14,6 @@ COMMENT= On-the-fly GZIP compression for Apache 1.3.x USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_gzip.so -APACHE_MODULE_SRC= *.c post-install: ${INSTALL_DATA_DIR} \ diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile index 346fcd81a45..4a1bba95148 100644 --- a/www/ap-layout/Makefile +++ b/www/ap-layout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/02/17 17:50:12 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/17 21:01:08 grant Exp $ # DISTNAME= mod_layout-3.2 @@ -14,7 +14,6 @@ COMMENT= Apache module to wrap static or dynamic content USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_layout.so -APACHE_MODULE_SRC= *.c LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 7d7d4b4ac2c..4f662236a8d 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/02/17 17:57:19 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/02/17 21:01:08 grant Exp $ DISTNAME= modxslt PKGNAME= ap-xslt-1.1 @@ -13,7 +13,6 @@ COMMENT= Simple, fast XSLT transformations for apache USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_xslt.so -APACHE_MODULE_SRC= *.c .include "../../textproc/sablotron/buildlink2.mk" .include "../../www/apache/module.mk" |