diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 21:24:52 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 21:24:52 +0000 |
commit | 2901721bd4b3ef3495eccb5f10a6e1147acbdf3b (patch) | |
tree | d464eb67af2330f7b4c9c111d1c5aef3965e40f9 /www/mod_extract_forwarded2 | |
parent | 711a8fef3b0e5f927ffe58986dcdc2c7f2d59b81 (diff) |
Notes
Diffstat (limited to 'www/mod_extract_forwarded2')
-rw-r--r-- | www/mod_extract_forwarded2/Makefile | 12 | ||||
-rw-r--r-- | www/mod_extract_forwarded2/distinfo | 1 | ||||
-rw-r--r-- | www/mod_extract_forwarded2/pkg-plist | 3 |
3 files changed, 6 insertions, 10 deletions
diff --git a/www/mod_extract_forwarded2/Makefile b/www/mod_extract_forwarded2/Makefile index 412d6a370c4e..524f75c22308 100644 --- a/www/mod_extract_forwarded2/Makefile +++ b/www/mod_extract_forwarded2/Makefile @@ -14,15 +14,13 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP -USE_APACHE= yes -WITH_APACHE2= yes -PORTDOCS= doc.html README +USE_APACHE= 20+ +AP_FAST_BUILD= YES +AP_GENPLIST= YES -do-build: - cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c +PORTDOCS= doc.html README -do-install: - cd ${WRKSRC} && ${APXS} -A -i -n extract_forwarded ${PORTNAME}.la +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/www/mod_extract_forwarded2/distinfo b/www/mod_extract_forwarded2/distinfo index 96d4b369da02..015abf5c6b8f 100644 --- a/www/mod_extract_forwarded2/distinfo +++ b/www/mod_extract_forwarded2/distinfo @@ -1,2 +1,3 @@ MD5 (apache2/mod_extract_forwarded2-0.1.tar.gz) = 2359d40383c0cb7cc298dc92f4f89b74 +SHA256 (apache2/mod_extract_forwarded2-0.1.tar.gz) = 1093e09dd63d7c93bd48fe6e479bafa2f5d1b5c06c73cb85eb89d98456f0d2d2 SIZE (apache2/mod_extract_forwarded2-0.1.tar.gz) = 9412 diff --git a/www/mod_extract_forwarded2/pkg-plist b/www/mod_extract_forwarded2/pkg-plist deleted file mode 100644 index 6b8324c59fa9..000000000000 --- a/www/mod_extract_forwarded2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/apache2/mod_extract_forwarded2.so -@exec %D/sbin/apxs -e -A -n extract_forwarded %D/%F -@unexec %D/sbin/apxs -e -A -n extract_forwarded %D/%F |