diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-29 23:19:15 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-29 23:19:15 +0800 |
commit | 134e869209224d6493fc5aa9e820c883e08555b8 (patch) | |
tree | 87000828bb4ce9ee43415e23c36a33e2e7caedd8 /lang | |
parent | 2eb3a82e037d70f7b72e4458ced6aadfdef38390 (diff) | |
download | freebsd-ports-gnome-134e869209224d6493fc5aa9e820c883e08555b8.tar.gz freebsd-ports-gnome-134e869209224d6493fc5aa9e820c883e08555b8.tar.zst freebsd-ports-gnome-134e869209224d6493fc5aa9e820c883e08555b8.zip |
Remove lang/php4 which was integrated into www/mod_php4.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/php4/Makefile | 19 | ||||
-rw-r--r-- | lang/php5/Makefile | 19 | ||||
-rw-r--r-- | lang/php53/Makefile | 19 |
4 files changed, 0 insertions, 58 deletions
diff --git a/lang/Makefile b/lang/Makefile index b2085a326a82..01c61295ef36 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -141,7 +141,6 @@ SUBDIR += pfe-devel SUBDIR += php-mode.el SUBDIR += php3 - SUBDIR += php4 SUBDIR += php_doc SUBDIR += pike70 SUBDIR += pike72 diff --git a/lang/php4/Makefile b/lang/php4/Makefile deleted file mode 100644 index c7eba8f875ed..000000000000 --- a/lang/php4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: php4 -# Date created: 20 February, 2001 -# Whom: Alastair D'Silva <deece@newmillennium.net.au> -# -# $FreeBSD$ -# - -PORTNAME= php4 -PORTREVISION= 0 -CATEGORIES= lang - -MASTERDIR= ${.CURDIR}/../../www/mod_php4 -COMMENT= ${PKGDIR}/pkg-comment.standalone -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.standalone - -STANDALONE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/lang/php5/Makefile b/lang/php5/Makefile deleted file mode 100644 index c7eba8f875ed..000000000000 --- a/lang/php5/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: php4 -# Date created: 20 February, 2001 -# Whom: Alastair D'Silva <deece@newmillennium.net.au> -# -# $FreeBSD$ -# - -PORTNAME= php4 -PORTREVISION= 0 -CATEGORIES= lang - -MASTERDIR= ${.CURDIR}/../../www/mod_php4 -COMMENT= ${PKGDIR}/pkg-comment.standalone -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.standalone - -STANDALONE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/lang/php53/Makefile b/lang/php53/Makefile deleted file mode 100644 index c7eba8f875ed..000000000000 --- a/lang/php53/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: php4 -# Date created: 20 February, 2001 -# Whom: Alastair D'Silva <deece@newmillennium.net.au> -# -# $FreeBSD$ -# - -PORTNAME= php4 -PORTREVISION= 0 -CATEGORIES= lang - -MASTERDIR= ${.CURDIR}/../../www/mod_php4 -COMMENT= ${PKGDIR}/pkg-comment.standalone -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.standalone - -STANDALONE= yes - -.include "${MASTERDIR}/Makefile" |