diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_rpaf2/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c029ab21ac12..5cb402ab80af 100644 --- a/www/Makefile +++ b/www/Makefile @@ -265,6 +265,7 @@ SUBDIR += mod_roaming SUBDIR += mod_roaming2 SUBDIR += mod_rpaf + SUBDIR += mod_rpaf2 SUBDIR += mod_ruby SUBDIR += mod_scgi SUBDIR += mod_security diff --git a/www/mod_rpaf2/Makefile b/www/mod_rpaf2/Makefile new file mode 100644 index 000000000000..531e607b10e3 --- /dev/null +++ b/www/mod_rpaf2/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: mod_rpaf2 +# Date created: Mar 17, 2003 +# Whom: Clement Laforet <clement@FreeBSD.org> +# +# $FreeBSD$ +# + +WITH_APACHE2= yes +LATEST_LINK= mod_rpaf2 +MASTERDIR= ${.CURDIR}/../mod_rpaf + +.include "${MASTERDIR}/Makefile" |