diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 12:48:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 12:48:47 +0000 |
commit | 9271784a158a2e9d281abacf9a42a90705450f73 (patch) | |
tree | 72d5ac26341cccdb4188582a72da1030fb808975 /www/w3m-ssl | |
parent | 968c5d332fda197cbc93efdaffba80d4e79d78ff (diff) | |
download | FreeBSD-ports-9271784a158a2e9d281abacf9a42a90705450f73.zip FreeBSD-ports-9271784a158a2e9d281abacf9a42a90705450f73.tar.gz |
Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX.
PR: ports/17925
Diffstat (limited to 'www/w3m-ssl')
-rw-r--r-- | www/w3m-ssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile index 705a7e5..cb6a00a 100644 --- a/www/w3m-ssl/Makefile +++ b/www/w3m-ssl/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ # -PORTNAME= w3m-ssl -PORTVERSION= ${W3m_VER} +PKGNAMESUFFIX= -ssl CATEGORIES= www ipv6 MASTERDIR= ${.CURDIR}/../../www/w3m |