diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-17 18:37:02 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-17 18:37:02 +0000 |
commit | 88327f7da16c06ee387f06c1c206ec5b3b669ca8 (patch) | |
tree | 828e684e4bff04f7faa1f3b12f3db2112c472ba1 | |
parent | 20c1796527d86a2bad710547c09555f634f0d4da (diff) | |
download | ports-88327f7da16c06ee387f06c1c206ec5b3b669ca8.tar.gz ports-88327f7da16c06ee387f06c1c206ec5b3b669ca8.zip |
Notes
-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" |