diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:29:26 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-08 15:29:26 +0000 |
commit | aa3858deb1e0a6a07490513c93a4a0c1f762c1e0 (patch) | |
tree | 5cada3ad6d316c37d50edfb6758a83979ee5f2d9 /www/mod_gzip2/Makefile | |
parent | a98569be07f382e7b440059b26cae78e12d17f8d (diff) | |
download | ports-aa3858deb1e0a6a07490513c93a4a0c1f762c1e0.tar.gz ports-aa3858deb1e0a6a07490513c93a4a0c1f762c1e0.zip |
Notes
Diffstat (limited to 'www/mod_gzip2/Makefile')
-rw-r--r-- | www/mod_gzip2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile index aa400f82b991..bb72a766ee33 100644 --- a/www/mod_gzip2/Makefile +++ b/www/mod_gzip2/Makefile @@ -6,19 +6,19 @@ # PORTNAME= mod_gzip -PORTVERSION= 1.3.14.6e +PORTVERSION= 1.3.19.1a CATEGORIES= www -MASTER_SITES= http://12.17.228.52/mod_gzip/src/${PORTVERSION}/ +MASTER_SITES= http://www.remotecommunications.com/apache/mod_gzip/src/${PORTVERSION}/ DISTFILES= ${PORTNAME}.c.gz EXTRACT_ONLY= ${DISTFILES:M*.gz} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 .if !defined(NOPORTDOCS) -DISTFILES+= readme.txt +DISTFILES+= changes.txt commands.txt samples.txt .endif NO_WRKSUBDIR= YES |