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-gzip | |
parent | 81b316c153c9f3e89f915a7132904d284aea46f7 (diff) | |
download | pkgsrc-650f85bef736a90bb54aacd8f0e7ac2898a41ff7.tar.gz |
no need to specify *.c anymore.
Diffstat (limited to 'www/ap-gzip')
-rw-r--r-- | www/ap-gzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} \ |