diff options
author | epg <epg@pkgsrc.org> | 2003-05-25 08:58:10 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-05-25 08:58:10 +0000 |
commit | e33ccd51a33d5c1d5d6baababfc60b9c7a6a7418 (patch) | |
tree | 864324e690374adfd4f81c554746a7d659d0bb3a /www/apache2/PLIST | |
parent | 83f108c05671eaec681b3c4408945453ba9b339a (diff) | |
download | pkgsrc-e33ccd51a33d5c1d5d6baababfc60b9c7a6a7418.tar.gz |
Split some stuff out into a new Makefile.common so that the new
deve/apr package can use it. Depend on the new apr package.
Approved by jlam@netbsd.org.
Diffstat (limited to 'www/apache2/PLIST')
-rw-r--r-- | www/apache2/PLIST | 78 |
1 files changed, 1 insertions, 77 deletions
diff --git a/www/apache2/PLIST b/www/apache2/PLIST index de897333851..6415f398f77 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2003/05/22 09:42:33 wiz Exp $ -bin/apr-config -bin/apu-config +@comment $NetBSD: PLIST,v 1.14 2003/05/25 08:58:10 epg Exp $ etc/rc.d/apache include/httpd/ap_compat.h include/httpd/ap_config.h @@ -12,67 +10,6 @@ include/httpd/ap_mpm.h include/httpd/ap_provider.h include/httpd/ap_regkey.h include/httpd/ap_release.h -include/httpd/apr.h -include/httpd/apr_allocator.h -include/httpd/apr_anylock.h -include/httpd/apr_atomic.h -include/httpd/apr_base64.h -include/httpd/apr_buckets.h -include/httpd/apr_compat.h -include/httpd/apr_date.h -include/httpd/apr_dbm.h -include/httpd/apr_dso.h -include/httpd/apr_env.h -include/httpd/apr_errno.h -include/httpd/apr_file_info.h -include/httpd/apr_file_io.h -include/httpd/apr_fnmatch.h -include/httpd/apr_general.h -include/httpd/apr_getopt.h -include/httpd/apr_global_mutex.h -include/httpd/apr_hash.h -include/httpd/apr_hooks.h -include/httpd/apr_inherit.h -include/httpd/apr_ldap.h -include/httpd/apr_ldap_url.h -include/httpd/apr_lib.h -include/httpd/apr_md4.h -include/httpd/apr_md5.h -include/httpd/apr_mmap.h -include/httpd/apr_network_io.h -include/httpd/apr_optional.h -include/httpd/apr_optional_hooks.h -include/httpd/apr_poll.h -include/httpd/apr_pools.h -include/httpd/apr_portable.h -include/httpd/apr_proc_mutex.h -include/httpd/apr_queue.h -include/httpd/apr_reslist.h -include/httpd/apr_ring.h -include/httpd/apr_rmm.h -include/httpd/apr_sdbm.h -include/httpd/apr_sha1.h -include/httpd/apr_shm.h -include/httpd/apr_signal.h -include/httpd/apr_strings.h -include/httpd/apr_strmatch.h -include/httpd/apr_support.h -include/httpd/apr_tables.h -include/httpd/apr_thread_cond.h -include/httpd/apr_thread_mutex.h -include/httpd/apr_thread_proc.h -include/httpd/apr_thread_rwlock.h -include/httpd/apr_time.h -include/httpd/apr_uri.h -include/httpd/apr_user.h -include/httpd/apr_uuid.h -include/httpd/apr_version.h -include/httpd/apr_want.h -include/httpd/apr_xlate.h -include/httpd/apr_xml.h -include/httpd/apu.h -include/httpd/apu_compat.h -include/httpd/apu_version.h include/httpd/http_config.h include/httpd/http_connection.h include/httpd/http_core.h @@ -112,19 +49,7 @@ include/httpd/util_md5.h include/httpd/util_script.h include/httpd/util_time.h include/httpd/util_xml.h -lib/apr.exp -lib/aprutil.exp lib/httpd/httpd.exp -lib/libapr.a -lib/libapr.la -lib/libapr.so -lib/libapr.so.9 -lib/libapr.so.9.3 -lib/libaprutil.a -lib/libaprutil.la -lib/libaprutil.so -lib/libaprutil.so.9 -lib/libaprutil.so.9.3 libexec/cgi-bin/printenv libexec/cgi-bin/test-cgi man/man1/dbmmanage.1 @@ -153,7 +78,6 @@ share/examples/httpd/httpd-std.conf share/examples/httpd/magic share/examples/httpd/mime.types share/examples/httpd/ssl-std.conf -share/httpd/build/apr_rules.mk share/httpd/build/config_vars.mk share/httpd/build/instdso.sh share/httpd/build/library.mk |