summaryrefslogtreecommitdiff
path: root/archivers/lha
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lha')
-rw-r--r--archivers/lha/Makefile3
-rw-r--r--archivers/lha/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index 71af9c4f75b..cd48e78e7b8 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/11/30 01:54:05 sakamoto Exp $
+# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:32 wiz Exp $
DISTNAME= lha-114f
CATEGORIES= archivers
@@ -6,6 +6,7 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
ftp://ftp.win.ne.jp/pub/misc/
MAINTAINER= packages@netbsd.org
+COMMENT= Archive files using LZW compression (.lzh files)
MAKE_FLAGS= MAKE="${MAKE}" CC="${CC}" OPTIMIZE="${CFLAGS}" \
MACHINE="-DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP -DSYSV_SYSTEM_DIR" \
diff --git a/archivers/lha/pkg/COMMENT b/archivers/lha/pkg/COMMENT
deleted file mode 100644
index 7333fab13f2..00000000000
--- a/archivers/lha/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Archive files using LZW compression (.lzh files)