diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 00:59:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 00:59:14 +0000 |
commit | 6866fc45ed6954d6739f8faefef0231a4aab40ea (patch) | |
tree | abbfba11248c8be53b2e79cfc2bc0e2c82c546a3 | |
parent | dce0f466da74a30ea6fd1fcf60ac731621501371 (diff) | |
download | ports-6866fc45ed6954d6739f8faefef0231a4aab40ea.tar.gz ports-6866fc45ed6954d6739f8faefef0231a4aab40ea.zip |
Notes
-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 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" |