summaryrefslogtreecommitdiff
path: root/archivers/lha
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /archivers/lha
parentAdd MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff)
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes: svn path=/head/; revision=1348
Diffstat (limited to 'archivers/lha')
-rw-r--r--archivers/lha/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index 5cb49159795f..bf4b89bb5703 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -3,12 +3,17 @@
# Date created: 26 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:43:26 jkh Exp $
#
+
DISTNAME= lha101u
-EXTRACT_SUFX= .tar.Z
-MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
+PKGNAME= lha-1.01u
CATEGORIES+= archivers
+MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= ache@FreeBSD.ORG
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>