diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 16:45:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 16:45:38 +0000 |
commit | d16f87ef4af5844477cce369a2e631e46d1952df (patch) | |
tree | 31bc3910fd2c9527abb6ff7eb290ac0db736b98f /www/mod_proxy_html | |
parent | f59167d48a1a8d19295d5146f37d86ed678c2742 (diff) |
Notes
Diffstat (limited to 'www/mod_proxy_html')
-rw-r--r-- | www/mod_proxy_html/Makefile | 17 | ||||
-rw-r--r-- | www/mod_proxy_html/pkg-descr | 5 |
2 files changed, 11 insertions, 11 deletions
diff --git a/www/mod_proxy_html/Makefile b/www/mod_proxy_html/Makefile index abf91e16ec9e..09530e062dc7 100644 --- a/www/mod_proxy_html/Makefile +++ b/www/mod_proxy_html/Makefile @@ -12,11 +12,12 @@ DIST_SUBDIR= mod_proxy_html MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for rewriting HTML links in proxied content -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSDIR}/www/mod_xml2enc +LICENSE= GPLv2 +RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSDIR}/www/mod_xml2enc SUB_FILES= pkg-message -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= proxy_html @@ -27,16 +28,10 @@ AP_INC+= ${LOCALBASE}/include/libxml2 -I${WRKSRC} AP_LIB+= ${LOCALBASE}/lib AP_EXTRAS+= -lxml2 -PLIST_FILES= %%DOCSDIR%%/COPYING %%DOCSDIR%%/README \ - %%DOCSDIR%%/proxy_html.conf -PLIST_DIRS= %%DOCSDIR%% +PORTDOCS= README proxy_html.conf -NO_STAGE= yes post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/proxy_html.conf ${DOCSDIR} - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/www/mod_proxy_html/pkg-descr b/www/mod_proxy_html/pkg-descr index 9a58cb1d16d5..3360166f7a74 100644 --- a/www/mod_proxy_html/pkg-descr +++ b/www/mod_proxy_html/pkg-descr @@ -3,4 +3,9 @@ situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy. +Note (for apache24 users): +mod_proxy_html has now been relicensed and incorporated into the core +Apache HTTPD distribution at apache.org from HTTPD 2.4. That version is +now likely to be more up-to-date than this one. + WWW: http://apache.webthing.com/mod_proxy_html/ |