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/arc | |
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/arc')
-rw-r--r-- | archivers/arc/Makefile | 3 | ||||
-rw-r--r-- | archivers/arc/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index fed07bbc1f7..e43b4ed076c 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/05/24 17:26:03 tv Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:15:24 wiz Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org +COMMENT= Create & extract files from DOS .ARC files NO_WRKSUBDIR= yes diff --git a/archivers/arc/pkg/COMMENT b/archivers/arc/pkg/COMMENT deleted file mode 100644 index a55247be774..00000000000 --- a/archivers/arc/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create & extract files from DOS .ARC files |