diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 05:37:12 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 05:37:12 +0800 |
commit | f739578c1212be6928944ff1a90cd406dcf26843 (patch) | |
tree | b331ccab3d903fd97b89bfcb616c8ebe9119cc44 /www | |
parent | 6c0ebfcac6f5109e921e4633eab5472760faf31c (diff) | |
download | freebsd-ports-gnome-f739578c1212be6928944ff1a90cd406dcf26843.tar.gz freebsd-ports-gnome-f739578c1212be6928944ff1a90cd406dcf26843.tar.zst freebsd-ports-gnome-f739578c1212be6928944ff1a90cd406dcf26843.zip |
move variable - portlint
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 8fa175b29cbd..63f9362eb9c4 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,6 @@ # DISTNAME= w3m-${W3M_VER} -W3M_VER= 0.1.7 CATEGORIES?= www ipv6 MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \ ftp://ftp.firedrake.org/w3m/dev/ \ @@ -18,6 +17,7 @@ MAINTAINER= nobutaka@nobutaka.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc +W3M_VER= 0.1.7 WRKSRC= ${WRKDIR}/w3m MAN1= w3m.1 MANLANG= "" |