diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 12:05:22 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 12:05:22 +0800 |
commit | f66869eb11ee3924778ae2fbbf7bcb3167d93429 (patch) | |
tree | df3f622100da6e2368e6ce2be2f3fa76ef999ae0 | |
parent | 2a58ddfae794db227cbec0d1d34010e472182dfe (diff) | |
download | freebsd-ports-gnome-f66869eb11ee3924778ae2fbbf7bcb3167d93429.tar.gz freebsd-ports-gnome-f66869eb11ee3924778ae2fbbf7bcb3167d93429.tar.zst freebsd-ports-gnome-f66869eb11ee3924778ae2fbbf7bcb3167d93429.zip |
- over to apache@
- while here use SF macro
-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+ |