From 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 11 Apr 2000 12:48:47 +0000 Subject: [PATCH] Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. PR: ports/17925 --- www/w3m-ssl/Makefile | 3 +-- www/w3m/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile index 705a7e5aa82e..cb6a00a3d8dc 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 9dbf03fd29c6..4c8fb67003eb 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