diff options
author | kris <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
commit | a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c (patch) | |
tree | 9f3aa5ec4fc25c7a6acadfbfced255d55346de00 /lang | |
parent | 086de0ad6c41275a48b391bb8e742f0b590577ba (diff) | |
download | FreeBSD-ports-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.zip FreeBSD-ports-a4e793551dac608ae0236ab5cf2bc3bdb48b0e7c.tar.gz |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php3/Makefile | 2 | ||||
-rw-r--r-- | lang/stackless_python/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile index 237985e..aff32ea 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 diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 6d29788..abf71d9 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 powerpc CVSDATE= 021026 MASTERDIR= ${.CURDIR}/../../lang/python -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo PLIST= ${WRKDIR}/pkg-plist |