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 -# -# $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"