diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
commit | 02baa4219f21a975a01e43480a21f37b2bf6c5a9 (patch) | |
tree | 182201ea3f21f889143b4babd2344ed12e2e4532 /lang/php3 | |
parent | Catch up to new COMMENT semantics (contains comment string instead of (diff) |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=75232
Diffstat (limited to 'lang/php3')
-rw-r--r-- | lang/php3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile index 237985ea4ebb..aff32eafa487 100644 --- a/lang/php3/Makefile +++ b/lang/php3/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= lang MASTERDIR= ${.CURDIR}/../../www/mod_php3 -COMMENT= ${PKGDIR}/pkg-comment.standalone +COMMENTFILE= ${PKGDIR}/pkg-comment.standalone PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.standalone |