diff options
author | grant <grant> | 2003-02-17 21:01:07 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 21:01:07 +0000 |
commit | 870d9099dd98d0d1a6bbb9c957b466c2cc236765 (patch) | |
tree | f4f8ae9ccb488c5bb13189f12c6a2e01e4ed6c0f /www/ap-layout | |
parent | 929f77d1ee683ec44093038435dcb103036c7268 (diff) | |
download | pkgsrc-870d9099dd98d0d1a6bbb9c957b466c2cc236765.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 |