freebsd-ports/www/apache-contrib/files/patch-Makefile
Clement Laforet de9f9ddf01 - Add WITH_MODULES_PORTS knob. If the user defines it, will be install
the latest version of the modules available in ports tree.
- Bump PORTREVISION
- Add CONFLICTS

PR:             57652
Approved by:    erwin (mentor)
2003-12-18 15:46:38 +00:00

43 lines
1.1 KiB
Text

--- Makefile.orig Thu Dec 18 15:03:49 2003
+++ Makefile Thu Dec 18 15:06:29 2003
@@ -9,28 +9,32 @@
mod_allowdev \
mod_auth_cookie \
mod_auth_cookie_file \
- mod_auth_external \
mod_auth_inst \
mod_auth_system \
mod_eaccess \
- mod_bandwidth \
mod_cgisock \
mod_cache \
mod_urlcount \
mod_disallow_id \
- mod_layout \
mod_lock \
mod_peephole \
- mod_put \
mod_qs2ssi \
mod_session \
- mod_ticket \
- mod_fastcgi \
- mod_cvs \
mod_random \
- mod_roaming \
mod_ip_forwarding \
mod_macro
+
+.if defined(NO_PORTS)
+SUBDIRS+= \
+ mod_auth_external \
+ mod_bandwidth \
+ mod_layout \
+ mod_put \
+ mod_ticket \
+ mod_fastcgi \
+ mod_cvs \
+ mod_roaming
+.endif
EXTRA_SUBDIRS= \
mod_monitor \