diff options
author | clement <clement@FreeBSD.org> | 2008-01-28 04:40:13 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-01-28 04:40:13 +0800 |
commit | 4cd6a1e945c8c9a79fe007e49464a66b49cde978 (patch) | |
tree | c39de8df46dfe0b733aebe27f57bca7cc10fc5b1 /www | |
parent | d62e38fb093f67d0bd5fa1c3fd4a2deb2e5143f3 (diff) | |
download | freebsd-ports-gnome-4cd6a1e945c8c9a79fe007e49464a66b49cde978.tar.gz freebsd-ports-gnome-4cd6a1e945c8c9a79fe007e49464a66b49cde978.tar.zst freebsd-ports-gnome-4cd6a1e945c8c9a79fe007e49464a66b49cde978.zip |
- Portlint cleanups
PR: ports/117084
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-contrib/Makefile | 3 | ||||
-rw-r--r-- | www/apache-contrib/pkg-descr | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index 97d176fb05c0..653ada6273fe 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -9,13 +9,14 @@ PORTNAME= apache-contrib PORTVERSION= 1.0.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://archive.apache.org/dist/httpd/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= contrib/modules/1.3 MAINTAINER= apache@FreeBSD.org COMMENT= Third-party modules contributed to the Apache HTTP server project USE_APACHE= 13 +USE_LDCONFIG= ${PREFIX}/libexec/apache .include <bsd.port.pre.mk> diff --git a/www/apache-contrib/pkg-descr b/www/apache-contrib/pkg-descr index 95671f6651a4..1caad880beeb 100644 --- a/www/apache-contrib/pkg-descr +++ b/www/apache-contrib/pkg-descr @@ -1,5 +1,5 @@ This is a collection of third-party modules contributed to the Apache HTTP -server project (http://www.apache.org/). +server project. The modules are: @@ -9,3 +9,5 @@ mod_cgisock, mod_urlcount, mod_disallow_id, mod_layout, mod_lock, mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs, mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define and mod_monitor. + +WWW: http://www.apache.org |