diff options
author | agc <agc@pkgsrc.org> | 2003-04-24 14:16:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-04-24 14:16:07 +0000 |
commit | 73bf586192b4e29e64d1526fa8f6c20954ae2267 (patch) | |
tree | 78249d0251730cc1567cc527d5be27fb0ad56b10 /pkgtools | |
parent | 8ce105dd3cc157e20c5115bd0bf679ab4676ca0c (diff) | |
download | pkgsrc-73bf586192b4e29e64d1526fa8f6c20954ae2267.tar.gz |
Remove the package name from the COMMENT
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/mtree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index 3a18cca40f0..d44fdc80edf 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/04/03 12:55:21 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/24 14:16:07 agc Exp $ # DISTNAME= mtree-20030331 @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ -COMMENT= mtree - a utility for mapping directory hierarchies +COMMENT= a utility for mapping directory hierarchies USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined |