diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-28 12:14:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-28 12:14:05 +0000 |
commit | eb1ac2468425dcffe6423f577dc724ca13d9dd9f (patch) | |
tree | cd9c0adfff07caccc365bfd0cc8a05f3ad41def0 /www | |
parent | d2779ba046ab4297f8a7d1c3058f894ced975146 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/aolserver-openacs-pg/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/www/Makefile b/www/Makefile index c37432b20ae3..ce07307974e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -13,7 +13,6 @@ SUBDIR += analog SUBDIR += aolserver SUBDIR += aolserver-nscache - SUBDIR += aolserver-openacs-pg SUBDIR += apache-contrib SUBDIR += apache-forrest SUBDIR += apache-jserv diff --git a/www/aolserver-openacs-pg/Makefile b/www/aolserver-openacs-pg/Makefile deleted file mode 100644 index 575e681fb1da..000000000000 --- a/www/aolserver-openacs-pg/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: aolserver-openacs-pg -# Date created: 17 July 2005 -# Whom: A.Nooitgedagt <aldert@nooitgedagt.net> -# -# $FreeBSD$ -# - -WITH_NSPOSTGRES= yes -WITH_NSSHA1= yes -WITH_NSCACHE= yes -PKGNAMESUFFIX= -openacs-pg - -MASTERDIR= ${.CURDIR}/../aolserver - -.include "${MASTERDIR}/Makefile" |