diff options
author | agc <agc> | 2001-02-16 14:19:26 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-16 14:19:26 +0000 |
commit | 833794ca63afd7aa552b81f6447f873e4e57917a (patch) | |
tree | 3d786272248ff877b4de96a545ac0c62a1f11acc /archivers/gtar | |
parent | b5c696b9fbafcdc8b9562588222d22859100fd47 (diff) | |
download | pkgsrc-833794ca63afd7aa552b81f6447f873e4e57917a.tar.gz |
fix a typo from the COMMENT changes.
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 335c65e8b27..a75ec72b71a 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/16 13:15:28 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/16 14:19:27 agc Exp $ # DISTNAME= gtar-1.12 @@ -8,7 +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) +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 |