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/ap-layout | |
parent | 99f63263ee7d7c340faacc6c260fc95ee58d9874 (diff) | |
download | pkgsrc-186b57d77a927b0549cf3e5e1ad9f51ab8cde3d4.tar.gz |
no need to specify *.c anymore.
Diffstat (limited to 'www/ap-layout')
-rw-r--r-- | www/ap-layout/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |