diff options
author | pav <pav@FreeBSD.org> | 2010-08-23 15:35:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-08-23 15:35:03 +0800 |
commit | 3462b88a7f558aa51b6971c215d72816f446f87f (patch) | |
tree | 1e72786b2cadfc93dd2c516468c3031145ccb868 /www | |
parent | c3eaa1c31119126fde13043e28ca2e52b8841589 (diff) | |
download | freebsd-ports-gnome-3462b88a7f558aa51b6971c215d72816f446f87f.tar.gz freebsd-ports-gnome-3462b88a7f558aa51b6971c215d72816f446f87f.tar.zst freebsd-ports-gnome-3462b88a7f558aa51b6971c215d72816f446f87f.zip |
- Finish removal of woadaptor by removing it's slave port
Reported by: INDEX build failure
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/woadaptor-cgi/Makefile | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/www/Makefile b/www/Makefile index 63ad17fb7c2b..6ba6bbd2f35a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1810,7 +1810,6 @@ SUBDIR += wiliki SUBDIR += wml SUBDIR += wnews - SUBDIR += woadaptor-cgi SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull diff --git a/www/woadaptor-cgi/Makefile b/www/woadaptor-cgi/Makefile deleted file mode 100644 index 28cbe14c4808..000000000000 --- a/www/woadaptor-cgi/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: woadaptor-cgi -# Date created: Mon Apr 23 04:58:14 EST 2007 -# Whom: Quinton Dolan <q@onthenet.com.au> -# -# $FreeBSD$ -# - -PORTNAME= woadaptor -PKGNAMESUFFIX= -cgi - -MAINTAINER?= ports@FreeBSD.org -COMMENT= WebObjects WebServer CGI/FastCGI Adaptor - -MASTERDIR= ${.CURDIR}/../woadaptor - -WITHOUT_APACHE= yes -WITH_CGI= yes - -CONFLICTS= woadaptor-[0-9]* - -.include "${MASTERDIR}/Makefile" |