diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-16 22:06:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-16 22:06:19 +0000 |
commit | 9b646d353eb64500d8b9ceee86f0a083d3e39ee3 (patch) | |
tree | efdb189de7db68c46eb516e67c6bccf3a4f4e0a8 /archivers/lha/Makefile | |
parent | Upgrade to 5.3p2, update PLIST. (diff) |
Update to v1.14d.
PR: ports/8256
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Approved by: ache (maintainer)
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 2ab867a8a223..6b5a345a37c3 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: lha -# Version required: 1.14C +# Version required: 1.14d # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.9 1996/12/15 02:05:58 max Exp $ +# $Id: Makefile,v 1.10 1998/04/05 04:46:15 max Exp $ # -DISTNAME= lha-114c -PKGNAME= lha-1.14c +DISTNAME= lha-114d +PKGNAME= lha-1.14d CATEGORIES= archivers -MASTER_SITES= ftp://ftp.leo.chubu.ac.jp/pub/tools/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.cs.titech.ac.jp/pub/tool/lha/ \ + ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/lha/ \ + ftp://ftp.win.or.jp/pub/misc/ MAINTAINER= ache@FreeBSD.ORG -MANLANG= ja MAN1= lha.1 +MANLANG= ja .include <bsd.port.mk> |