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 | |
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')
-rw-r--r-- | archivers/gtar/Makefile | 3 | ||||
-rw-r--r-- | archivers/gtar/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index d0ad34cd8ce..335c65e8b27 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/09/18 15:23:42 kim Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/16 13:15:28 wiz Exp $ # DISTNAME= gtar-1.12 @@ -8,6 +8,7 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= The ''meta-package" for the GNU tape archiver (tar) DEPENDS+= gtar-base-1.12:../../archivers/gtar-base DEPENDS+= gtar-info-1.12:../../archivers/gtar-info diff --git a/archivers/gtar/pkg/COMMENT b/archivers/gtar/pkg/COMMENT deleted file mode 100644 index 2a9fa0e54a9..00000000000 --- a/archivers/gtar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The "meta-package" for the GNU tape archiver (tar) |