diff options
author | grant <grant> | 2003-02-17 21:01:07 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 21:01:07 +0000 |
commit | 650f85bef736a90bb54aacd8f0e7ac2898a41ff7 (patch) | |
tree | f4f8ae9ccb488c5bb13189f12c6a2e01e4ed6c0f /www/ap-fastcgi/Makefile | |
parent | 81b316c153c9f3e89f915a7132904d284aea46f7 (diff) | |
download | pkgsrc-650f85bef736a90bb54aacd8f0e7ac2898a41ff7.tar.gz |
no need to specify *.c anymore.
Diffstat (limited to 'www/ap-fastcgi/Makefile')
-rw-r--r-- | www/ap-fastcgi/Makefile | 3 |
1 files changed, 1 insertions, 2 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 \ |