diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
commit | c53fae8ea17f706db2f32296be3379daf741ad54 (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/lha | |
parent | 3dce66c1f76b221d0d5070766cfd87a117dc8adb (diff) | |
download | pkgsrc-c53fae8ea17f706db2f32296be3379daf741ad54.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 3 | ||||
-rw-r--r-- | archivers/lha/pkg/COMMENT | 1 |
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) |