diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 20:16:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 20:16:03 +0000 |
commit | 92ef0d4afc84b7e71933a6ee919c8aad3aa32e8d (patch) | |
tree | 364b0f46c89655b7c42a4368db6a1c38e306fa67 /www/lynx-ssl/Makefile | |
parent | 478716ead240f0a89f3e41e867c2857c07d40123 (diff) | |
download | ports-92ef0d4afc84b7e71933a6ee919c8aad3aa32e8d.tar.gz ports-92ef0d4afc84b7e71933a6ee919c8aad3aa32e8d.zip |
Notes
Diffstat (limited to 'www/lynx-ssl/Makefile')
-rw-r--r-- | www/lynx-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index a5d4a627ada8..efddbac6052f 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -7,8 +7,9 @@ PKGNAMESUFFIX = -ssl +COMMENT= A non-graphical, text-based World-Wide Web client with SSL support + MASTERDIR= ${.CURDIR}/../lynx -COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" |