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/gtar-info | |
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/gtar-info')
-rw-r--r-- | archivers/gtar-info/Makefile | 3 | ||||
-rw-r--r-- | archivers/gtar-info/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 3e5c0db6fc2..78f2c526a0b 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 19:11:32 kim Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:29 wiz Exp $ # DISTNAME= tar-1.12 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= Info format documentation for the GNU tape archiver EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | ${SH} diff --git a/archivers/gtar-info/pkg/COMMENT b/archivers/gtar-info/pkg/COMMENT deleted file mode 100644 index 9a54c9b2e5c..00000000000 --- a/archivers/gtar-info/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Info format documentation for the GNU tape archiver |