diff options
author | kris <kris@FreeBSD.org> | 2006-10-10 04:21:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-10-10 04:21:06 +0800 |
commit | 2060f8c743bf0d51def4ec662658f44889378ebb (patch) | |
tree | 2eb0f12354767ece477c210f7b55aa918a13555d /www | |
parent | 2270e71e96975966c331c459a9439d68a5c6d33e (diff) | |
download | freebsd-ports-graphics-2060f8c743bf0d51def4ec662658f44889378ebb.tar.gz freebsd-ports-graphics-2060f8c743bf0d51def4ec662658f44889378ebb.tar.zst freebsd-ports-graphics-2060f8c743bf0d51def4ec662658f44889378ebb.zip |
Deprecate this crusty old a.out binary and expire on 2006-12-01
Diffstat (limited to 'www')
-rw-r--r-- | www/fxhtml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile index 18eec6f1cbb..2a202c2a023 100644 --- a/www/fxhtml/Makefile +++ b/www/fxhtml/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Server side extension to HTML eliminating the need for CGI scripts +EXPIRATION_DATE=2006-12-01 +DEPRECATED= crusty old a.out binary, not useful any more + pre-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data |