diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 22:07:25 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 22:07:25 +0000 |
commit | 87501d76ac7ee389c36ff1f3a698c2e51bd8cee5 (patch) | |
tree | 072bf2149c385bbe0393b87822b3e8db9c4d1ba3 /www/mod_extract_forwarded_ap13 | |
parent | 78ec34070818dbf892d661e47da1811ba7204159 (diff) | |
download | ports-87501d76ac7ee389c36ff1f3a698c2e51bd8cee5.tar.gz ports-87501d76ac7ee389c36ff1f3a698c2e51bd8cee5.zip |
Notes
Diffstat (limited to 'www/mod_extract_forwarded_ap13')
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 4 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/distinfo | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index ed05d9928c64..97667fb55de8 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_extract_forwarded -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= www MASTER_SITES= http://web.warhound.org/mod_extract_forwarded/ \ http://atreides.freenix.no/~anders/ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 WRKSRC= ${WRKDIR}/${PORTNAME} APXS?= ${LOCALBASE}/sbin/apxs -DOCS= mod_extract_forwarded.html README +DOCS= doc.html README do-build: cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c diff --git a/www/mod_extract_forwarded_ap13/distinfo b/www/mod_extract_forwarded_ap13/distinfo index 9a61d5278471..2d06154d18fa 100644 --- a/www/mod_extract_forwarded_ap13/distinfo +++ b/www/mod_extract_forwarded_ap13/distinfo @@ -1 +1 @@ -MD5 (mod_extract_forwarded-1.2.tar.gz) = 70ecf6f26f5561377b97ba8cae10e95f +MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0 diff --git a/www/mod_extract_forwarded_ap13/pkg-plist b/www/mod_extract_forwarded_ap13/pkg-plist index 57031aa59d80..012a5a22a315 100644 --- a/www/mod_extract_forwarded_ap13/pkg-plist +++ b/www/mod_extract_forwarded_ap13/pkg-plist @@ -1,6 +1,6 @@ libexec/apache/mod_extract_forwarded.so @exec %D/sbin/apxs -e -A -n extract_forwarded %D/%F @unexec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -%%PORTDOCS%%share/doc/mod_extract_forwarded/mod_extract_forwarded.html +%%PORTDOCS%%share/doc/mod_extract_forwarded/doc.html %%PORTDOCS%%share/doc/mod_extract_forwarded/README %%PORTDOCS%%@dirrm share/doc/mod_extract_forwarded |