diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-29 15:19:15 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-29 15:19:15 +0000 |
commit | 16015ff0f5452c6be391d26b81260197decbb368 (patch) | |
tree | 9f97d48194153ad2a2fa0deaa15ad40e872ec703 | |
parent | Fix MASTER_SITE_SUBDIR. (diff) |
Remove lang/php4 which was integrated into www/mod_php4.
Notes
Notes:
svn path=/head/; revision=74212
-rw-r--r-- | MOVED | 1 | ||||
-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 |
5 files changed, 1 insertions, 58 deletions
@@ -156,3 +156,4 @@ devel/uml|devel/umbrello|2003-01-26|project renamed x11-toolkits/qt30|x11-toolkits/qt31|2003-01-28|qt30 replaced by qt31 misc/kde3-i18n-pt|portuguese/kde3-i18n|2003-01-28|new category misc/kde3-i18n-pt_BR|portuguese/kde3-i18n-pt_BR|2003-01-28|new category +lang/php4||2003-01-29|integrated into www/mod_php4 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" |