aboutsummaryrefslogtreecommitdiff
path: root/www/mod_proxy_html
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-04-07 14:13:31 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-04-07 14:13:31 +0000
commit06fe28745688cc70b536da84d3e82f5a6756c843 (patch)
tree389f7dfb9bff31f0e8224afd2684e0abca67e68f /www/mod_proxy_html
parent16eb661f076bf49bc1fbb04d2ed0484fc94d931b (diff)
downloadports-06fe28745688cc70b536da84d3e82f5a6756c843.tar.gz
ports-06fe28745688cc70b536da84d3e82f5a6756c843.zip
Notes
Diffstat (limited to 'www/mod_proxy_html')
-rw-r--r--www/mod_proxy_html/Makefile18
-rw-r--r--www/mod_proxy_html/pkg-descr2
-rw-r--r--www/mod_proxy_html/pkg-plist3
3 files changed, 9 insertions, 14 deletions
diff --git a/www/mod_proxy_html/Makefile b/www/mod_proxy_html/Makefile
index 0a4868b28646..eef8a6b2acf3 100644
--- a/www/mod_proxy_html/Makefile
+++ b/www/mod_proxy_html/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_proxy_html
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/${PORTNAME}/
DISTNAME= ${PORTNAME}
@@ -16,18 +17,15 @@ MAINTAINER= dsl@bitwizards.com.au
COMMENT= Apache module for rewriting HTML links in proxied content
SUB_FILES= pkg-message
+USE_APACHE= 2.0+
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
+SHORTMODNAME= proxy_html
USE_GNOME= libxml2
-USE_APACHE?=2.2
-NO_WRKSUBDIR= yes
-XML2_INC= ${LOCALBASE}/include/libxml2
-XML2_LIB= ${LOCALBASE}/lib
-
-do-build:
- @(cd ${WRKDIR}/${PORTNAME} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 ${PORTNAME}.c)
-
-do-install:
- @(cd ${WRKDIR}/${PORTNAME} && ${APXS} -A -i ${PORTNAME}.la)
+AP_INC+= ${LOCALBASE}/include/libxml2
+AP_LIB+= ${LOCALBASE}/lib
+AP_EXTRAS+= -lxml2
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/www/mod_proxy_html/pkg-descr b/www/mod_proxy_html/pkg-descr
index e01cb254052e..c424a6e24744 100644
--- a/www/mod_proxy_html/pkg-descr
+++ b/www/mod_proxy_html/pkg-descr
@@ -5,4 +5,4 @@ HTTP headers, and is an essential component of a reverse proxy.
WWW: http://apache.webthing.com/mod_proxy_html/
-- David Lay <dsl@webize.com.au>
+- David Lay <dsl@bitwizards.com.au>
diff --git a/www/mod_proxy_html/pkg-plist b/www/mod_proxy_html/pkg-plist
deleted file mode 100644
index 9799d9df5f1f..000000000000
--- a/www/mod_proxy_html/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache22/mod_proxy_html.so
-@exec %D/sbin/apxs -e -A -n proxy_html %D/%F
-@unexec %D/sbin/apxs -e -A -n proxy_html %D/%F