summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-19 00:59:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-19 00:59:14 +0000
commit6866fc45ed6954d6739f8faefef0231a4aab40ea (patch)
treeabbfba11248c8be53b2e79cfc2bc0e2c82c546a3 /lang
parentAdd 'devel' category (diff)
Remove lang/php3, which depends on the removed mod_php3
Notes
Notes: svn path=/head/; revision=129238
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/php3/Makefile19
2 files changed, 0 insertions, 20 deletions
diff --git a/lang/Makefile b/lang/Makefile
index b448c6cceb6a..088a165c5db9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -176,7 +176,6 @@
SUBDIR += pexts
SUBDIR += pfe-devel
SUBDIR += php-mode.el
- SUBDIR += php3
SUBDIR += php4
SUBDIR += php4-cli
SUBDIR += php4-extensions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile
deleted file mode 100644
index 2ac8dce9d5d5..000000000000
--- a/lang/php3/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: php3
-# Date created: Mon Feb 26 12:20:25 CET 2001
-# Whom: Dirk Froemberg <dirk@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= php3
-PORTREVISION= 1
-CATEGORIES= lang
-
-MASTERDIR= ${.CURDIR}/../../www/mod_php3
-COMMENT= PHP3 commandline interpreter
-PKGMESSAGE= mustnotexist
-PLIST= ${PKGDIR}/pkg-plist.standalone
-
-STANDALONE= yes
-
-.include "${MASTERDIR}/Makefile"