diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/lha/Makefile | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 11512b8bd61f..7d92233bc1aa 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: lha -# Version required: 1.14f # Date created: 26 Dec 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= lha-114f -PKGNAME= lha-1.14f +PORTNAME= lha +PORTVERSION= 1.14f CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ ftp://ftp.win.ne.jp/pub/misc/ +DISTNAME= lha-114f MAINTAINER= ache@FreeBSD.org |