diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-23 13:16:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-23 13:16:47 +0800 |
commit | 1ac054584b1743a6296a88515d77969d8e0a6d40 (patch) | |
tree | fbe23b98f57d2b4e2a52ceb2754ad34aae508e22 /www | |
parent | 89c32250366327b0a07a8db71448cba1c201a1e1 (diff) | |
download | freebsd-ports-gnome-1ac054584b1743a6296a88515d77969d8e0a6d40.tar.gz freebsd-ports-gnome-1ac054584b1743a6296a88515d77969d8e0a6d40.tar.zst freebsd-ports-gnome-1ac054584b1743a6296a88515d77969d8e0a6d40.zip |
www/mod_webobjects||2010-08-23|Broken for 6+ months, unmaintained
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_webobjects/Makefile | 24 |
2 files changed, 0 insertions, 25 deletions
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" |