diff options
author | pav <pav@FreeBSD.org> | 2006-10-04 21:19:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-04 21:19:37 +0800 |
commit | 28e35ce7422586155cd9f8e8f6964efb7cfae93f (patch) | |
tree | fc2d0c54c9ee47e985afc21d3bd069007dc49c6d | |
parent | ac4f8892d8013642e1d566eb766eafe9fdf4b4b3 (diff) | |
download | freebsd-ports-gnome-28e35ce7422586155cd9f8e8f6964efb7cfae93f.tar.gz freebsd-ports-gnome-28e35ce7422586155cd9f8e8f6964efb7cfae93f.tar.zst freebsd-ports-gnome-28e35ce7422586155cd9f8e8f6964efb7cfae93f.zip |
- Remove www, deprecated, schedule for scraping in two months.
The website is gone
Approved by: apache (clement)
-rw-r--r-- | www/mod_injection/Makefile | 3 | ||||
-rw-r--r-- | www/mod_injection/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_injection/Makefile b/www/mod_injection/Makefile index 44a6a7138987..957f486546e3 100644 --- a/www/mod_injection/Makefile +++ b/www/mod_injection/Makefile @@ -18,6 +18,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} APXS?= ${LOCALBASE}/sbin/apxs +EXPIRATION_DATE=2006-12-04 +DEPRECATED= No longer available for download, the website is gone + do-build: @(cd ${WRKSRC}/src && ${APXS} -c ${PORTNAME}.c) diff --git a/www/mod_injection/pkg-descr b/www/mod_injection/pkg-descr index 57ab8973f095..f0858a7d6df9 100644 --- a/www/mod_injection/pkg-descr +++ b/www/mod_injection/pkg-descr @@ -1,5 +1,3 @@ mod_injection is an Apache 2.0.X filter module. It allows you to inject text in the HTTP response after a HTML tag or after any given text string. The main intention of this module is to add a banner to several HTML pages on the fly. - -WWW: http://pmade.org/software/mod_injection/ |