diff options
author | kris <kris@FreeBSD.org> | 2005-02-19 00:59:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-19 00:59:14 +0000 |
commit | 7ea59602b3cd9e372dc8453f0840b5bf64cffde9 (patch) | |
tree | 2d45c2ad759bc66b9632fe783c9ba64bda53d168 /lang | |
parent | a48c1feb8df0ccd96b9d96ce9f13509c6398019b (diff) | |
download | FreeBSD-ports-7ea59602b3cd9e372dc8453f0840b5bf64cffde9.zip FreeBSD-ports-7ea59602b3cd9e372dc8453f0840b5bf64cffde9.tar.gz |
Remove lang/php3, which depends on the removed mod_php3
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/php3/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/lang/Makefile b/lang/Makefile index b448c6c..088a165 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 2ac8dce..0000000 --- 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" |