diff options
-rw-r--r-- | www/mod_cplusplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index df08eae76dc8..ec1d45d6b179 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -9,10 +9,10 @@ PORTNAME= mod_cplusplus PORTVERSION= 1.5.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= modcplusplus -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for loading C++ objects as handlers USE_APACHE= 2.0+ |