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 | |
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')
-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 |