diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_webobjects/Makefile | 24 |
3 files changed, 1 insertions, 25 deletions
@@ -4486,3 +4486,4 @@ security/isolate||2010-08-17|Security vulnerability www/wordpress-mu|www/wordpress|2010-08-19|Multiuser support was incorporate in the upstream version archivers/py-tarfile||2010-08-21|Has expired: all development activity in this port has been merged into mainline python after 2.4 www/rssdler|www/py-rssdler|2010-08-21|Rename to consistency with other Python ports +www/mod_webobjects||2010-08-23|Broken for 6+ months, unmaintained diff --git a/www/Makefile b/www/Makefile index deb10e8728cf..74358d940ede 100644 --- a/www/Makefile +++ b/www/Makefile @@ -561,7 +561,6 @@ SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs SUBDIR += mod_webkit - SUBDIR += mod_webobjects SUBDIR += mod_wsgi SUBDIR += mod_wsgi3 SUBDIR += mod_xmlns diff --git a/www/mod_webobjects/Makefile b/www/mod_webobjects/Makefile deleted file mode 100644 index 67cabf85b432..000000000000 --- a/www/mod_webobjects/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: mod_webobjects -# Date created: Mon Apr 16 07:07:22 EST 2007 -# Whom: Quinton Dolan <q@onthenet.com.au> -# -# $FreeBSD$ -# - -PORTNAME= webobjects -PKGNAMEPREFIX= mod_ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= WebObjects WebServer Adaptor for Apache - -MASTERDIR= ${.CURDIR}/../woadaptor - -BROKEN= source code is now in SVN and no-longer in CVS - -WITH_APACHE?= "yes" -WITHOUT_CGI= "yes" -WITHOUT_FASTCGI="yes" - -CONFLICTS= woadaptor-[0-9]* - -.include "${MASTERDIR}/Makefile" |