diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/frontpage-zh/Makefile | 2 | ||||
-rw-r--r-- | www/lynx-ssl/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-navigator/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/frontpage-zh/Makefile b/www/frontpage-zh/Makefile index 9db504902df3..348488b90ec2 100644 --- a/www/frontpage-zh/Makefile +++ b/www/frontpage-zh/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= zh- MAINTAINER= hetzels@westbend.net MD5_FILE= ${.CURDIR}/distinfo -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index 04becda67a3c..a5d4a627ada8 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX = -ssl MASTERDIR= ${.CURDIR}/../lynx -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" diff --git a/www/netscape48-navigator/Makefile b/www/netscape48-navigator/Makefile index efbd6a4217fc..bb7f7ac313d4 100644 --- a/www/netscape48-navigator/Makefile +++ b/www/netscape48-navigator/Makefile @@ -6,7 +6,7 @@ # MASTERDIR= ${.CURDIR}/../netscape48-communicator -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment PLIST= ${.CURDIR}/pkg-plist BROWSER_NAME= navigator |