diff options
Diffstat (limited to 'www/mod_jk2-apache2')
-rw-r--r-- | www/mod_jk2-apache2/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_jk2-apache2/Makefile b/www/mod_jk2-apache2/Makefile new file mode 100644 index 000000000000..76e989dd1001 --- /dev/null +++ b/www/mod_jk2-apache2/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: mod_jk2-apache2 +# Date created: Thu May 29 01:24:15 CEST 2003 +# Whom: Palle Girgensohn <girgen@pingpong.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mod_jk2 +WITH_APACHE2= YES + +.include "${MASTERDIR}/Makefile" |