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 /lang/php5/Makefile | |
parent | Fix MASTER_SITE_SUBDIR. (diff) |
Remove lang/php4 which was integrated into www/mod_php4.
Notes
Notes:
svn path=/head/; revision=74212
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
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" |