diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m-ssl/Makefile | 3 | ||||
-rw-r--r-- | www/w3m/Makefile | 4 |
2 files changed, 3 insertions, 4 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 diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 9dbf03fd..4c8fb67 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME?= w3m +PORTNAME= w3m PORTVERSION?= ${W3M_VER} CATEGORIES?= www ipv6 MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \ @@ -18,7 +18,7 @@ MAINTAINER= nobutaka@nobutaka.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc W3M_VER= 0.1.7 -WRKSRC= ${WRKDIR}/w3m +WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= w3m.1 MANLANG= "" CFLAGS= -pipe |